phpinfo() should also say this (from memory) On 15 February 2011 14:00, Meroe Meroe <[email protected]> wrote: > What O/S? > > On Tue, Feb 15, 2011 at 12:23 AM, [email protected] <[email protected]> > wrote: >> >> Hi Ryan, >> sorry to bother you again,... but where is that php.ini file is >> located? >> Can't find it. >> >> thanks >> chris >> >> On Jan 15, 7:39 am, Ryan Schmidt <[email protected]> wrote: >> > On Jan 14, 2011, at 23:28, [email protected] wrote: >> > >> > > getting error on first attempt to access the user page,... after >> > > all,... refresh,... it getting thru and working... why...? Did anyone >> > > know why...? >> > >> > > Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to >> > > allocate 311296 bytes) in /home/zipmaniak/zippopeople.com/html/app/ >> > > views/users/show.ctp on line 344 >> > >> > As the error message says, your PHP process ran out of memory. Your >> > php.ini is currently configured to allow each PHP process only 8MB of >> > memory, and this was clearly not enough. Allow each PHP process to have >> > more >> > memory, by editing the appropriate value in your php.ini. >> >> -- >> Our newest site for the community: CakePHP Video Tutorials >> http://tv.cakephp.org >> Check out the new CakePHP Questions site http://ask.cakephp.org and help >> others with their CakePHP related questions. >> >> >> To unsubscribe from this group, send email to >> [email protected] For more options, visit this group >> at http://groups.google.com/group/cake-php > > -- > Our newest site for the community: CakePHP Video Tutorials > http://tv.cakephp.org > Check out the new CakePHP Questions site http://ask.cakephp.org and help > others with their CakePHP related questions. > > > To unsubscribe from this group, send email to > [email protected] For more options, visit this group at > http://groups.google.com/group/cake-php >
-- Our newest site for the community: CakePHP Video Tutorials http://tv.cakephp.org Check out the new CakePHP Questions site http://ask.cakephp.org and help others with their CakePHP related questions. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/cake-php
