I get the same error on a new install I'm going through the blog tutorial ( http://book.cakephp.org/view/219/Blog )
my php.ini is configured to allow 256MB and Cake is requesting WAY too much: 'tried to allocate 362870704 bytes' Fatal error: Allowed memory size of 268435456 bytes exhausted (tried to allocate 362870704 bytes) in Unknown on line 0 I don't think is a problem of php.ini configuration, rather a problem with Cake that is trying to allocate too much memory. Any idea on what is causing this and how to fix it? Thanks in advance On Aug 17, 4:11 pm, "rich...@home" <[email protected]> wrote: > You can find out the location of the php.ini file your setup is using > by creating a php page somewhere with the following line: > > <?php > phpinfo(); > > View the page in a browser and look for the string "Loaded > Configuration File" > > On Aug 15, 8:43 am, Walther <[email protected]> wrote: > > > If you had no configuration file your server wouldn't work. > > > It will be called php.ini and could be located in any number of places > > depending on exactly what operating system the server is running. > > > On Aug 14, 10:17 am, Anna P <[email protected]> wrote: > > > > OK, thanks for help, it seems that I have NO configuration file on my > > > server. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
