What O/S?

On Tue, Feb 15, 2011 at 12:23 AM, chris...@yahoo.com <chris...@yahoo.com>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 <google-2...@ryandesign.com> wrote:
> > On Jan 14, 2011, at 23:28, chris...@yahoo.com 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
> cake-php+unsubscr...@googlegroups.com 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
cake-php+unsubscr...@googlegroups.com For more options, visit this group at 
http://groups.google.com/group/cake-php

Reply via email to