> Is it hosted or still in dev? > Either one, could you find out if there are any security settings > regarding memory limits or even post the memory limit on that box?
Ditto that... Enable debugging in Cake and post the exact error message. If you're doing this on a clean LAMP install on Debian/Ubuntu, the default memory limit for Apache2 PHP module is set quite low and (usually) needs to be increased considerably: /etc/php5/apache2/php.ini: memory_limit = 16M ; Maximum amount of memory a script may consume (16MB) Don't forget to reload/restart apache after modifying this file. HTH --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "CakePHP" 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 -~----------~----~----~----~------~----~------~--~---
