Re: Fatal Error
just delete your all cache files in cache folder and refresh the browser ... might be it is just a cache problem, i had once experienced the same problem. On Jan 6, 7:47 am, "Dave Maharaj" wrote: > Yep Im the on setting up the new install on nginx but something unrelated > maybe? > > Im getting Fatal error: Call to undefined function mysql_query() in / > libs/1.3.6/cake/libs/model/datasources/dbo/dbo_mysql.php on line 600 > > Anyone have anyideas why? The site im attempting to put up just came off a > media temple DV and im simply popping it onto a different server so the site > was working previously (as in same cake / same app ) so nothing changed in > the site its self other than where its sitting and the OS of the server > (Ubunto Lucid 10.04 now). > > Thanks, > > Dave Check out the new CakePHP Questions site http://cakeqs.org and help others with their CakePHP related questions. You received this message because you are subscribed to the Google Groups "CakePHP" group. To post to this group, send email to cake-php@googlegroups.com To unsubscribe from this group, send email to cake-php+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/cake-php?hl=en
need help in $ajax->observerField
I have a ajax application form , i need to add state country select boxes to it (again using ajax) in my view file every thing goes fine if i use ///apply.ctp echo $form->create('User'); echo $form->select('country_id',array($countries),null,array ('id'=>'countries'),false); echo $form->select('region_id',array(),null,array ('id'=>'regions'),false); echo $ajax->observeField('countries',array ('url'=>'update_region_select','update'=>'regions')); but nothing gets updated in state if i am using //apply.ctp echo $ajax->form(); echo $form->select('country_id',array($countries),null,array ('id'=>'countries'),false); echo $form->select('region_id',array(),null,array ('id'=>'regions'),false); echo $ajax->observeField('countries',array ('url'=>'update_region_select','update'=>'regions')); is it possible to do this anyway, Please help, Thanks --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "CakePHP" group. To post to this group, send email to cake-php@googlegroups.com To unsubscribe from this group, send email to cake-php+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/cake-php?hl=en -~--~~~~--~~--~--~---
need help in autocomplete
I am having problem in autocomplete. I downloaded the component, added to controller, added js files etc. it started working. used it in Users controller on user register form to suggest firstname that was in users table, it worked fine. But i have to use it on statename (statesname is a field in states table), states is added to belongsTo in User model. Please help. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "CakePHP" group. To post to this group, send email to cake-php@googlegroups.com To unsubscribe from this group, send email to cake-php+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/cake-php?hl=en -~--~~~~--~~--~--~---
need a cms plugin for tutorwebsite
I need a opensource simple cms plugin to use in my tutor application, is there any one who has used cms as plugin to cake. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "CakePHP" group. To post to this group, send email to cake-php@googlegroups.com To unsubscribe from this group, send email to cake-php+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/cake-php?hl=en -~--~~~~--~~--~--~---
need a planner - calendar to integrate, please suggest
I urgently need a weekly/monthly/daily planner similar to google calender to be integrated in my current project, please suggest that uses prototype etc. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "CakePHP" group. To post to this group, send email to cake-php@googlegroups.com To unsubscribe from this group, send email to cake-php+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/cake-php?hl=en -~--~~~~--~~--~--~---
Re: need a planner - calendar to integrate, please suggest
just a simple calendar... or atmost a week planner from dhtmlgoodies . i need one that resembles googlecalendar On Aug 17, 8:19 pm, AD7six wrote: > On Aug 17, 10:35 am, "adilraufk...@gmail.com" > wrote: > > > I urgently need a weekly/monthly/daily planner similar to google > > calender to be integrated in my current project, please suggest that > > uses prototype etc. > > What did urgently googling yield ;) ? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "CakePHP" group. To post to this group, send email to cake-php@googlegroups.com To unsubscribe from this group, send email to cake-php+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/cake-php?hl=en -~--~~~~--~~--~--~---