On Sun, Jul 12, 2009 at 1:30 PM, prajakta walimbe<[email protected]> wrote: > > hi i m new to cakephp.i have recently installed cakephp in ubuntu.i > have extracted its contents at var/www.when i type in browser > http://localhost/cakephp/ i get an error indicating Fatal error: > Allowed memory size of 262144 bytes exhausted (tried to allocate 19456 > bytes) in /var/www/cakephp/cake/basics.php on line 919.i dont know > what to do.somebody plz help me.
That means that PHP hasn't been given enough memory to work with. 262144 bytes is just a 1/4 of a MB, which is *very* little. You should edit the memory_limit value in the php.ini file. What value you set it to is server- and application-dependent. Mine local machine has 64M. Don't forget to restart Apache. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
