I've experienced almost the same problem on a PHP4 host, at the time with the CakePHP 1.2 pre-beta.
My problem came from the JavaScript helper. Whenever I included that, my script would pass the execution. Fix: include the JavaScript files with <link> tags. I also encountered several other problems: findByUserId was translated to findByUserid and something else that caused maximum execution errors, I'm not sure what that was anymore, but I can look it up if necessary. By the way, you should try to get PHP5 in any case. Support for PHP4 is gone, which means bugs won't be fixed (within an acceptable timeframe at least). Hope this helps. Cheers, Arjen On Jan 28, 2008 12:57 PM, dr. Hannibal Lecter <[EMAIL PROTECTED]> wrote: > > Um, am I getting this the wrong way: the maximum execution time has > been reached? Is that a 386 with 4MB or RAM? :-) > > Either increase the maximum execution in php.ini or optimize your > code, it doesn't seem to be an issue with PHP4 at all. (unless I've > misread the post somehow..) > > Cheers, > dr. H. > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Cake PHP" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/cake-php?hl=en -~----------~----~----~----~------~----~------~--~---
