Looks like you have a 10MB limit in your php config and you're exceeding that limit, common with file uploads especially.
http://docs.php.net/manual/en/ini.core.php#ini.memory-limit On 24 May 2014 03:00, 'Chris' via CakePHP <[email protected]> wrote: > hi guys,... > why am I getting this error from time to time,...? > *Fatal error*: Out of memory (allocated 10485760) (tried to allocate > 19456 bytes) in > thanks > Chris > > -- > Like Us on FaceBook https://www.facebook.com/CakePHP > Find us on Twitter http://twitter.com/CakePHP > > --- > You received this message because you are subscribed to the Google Groups > "CakePHP" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/cake-php. > For more options, visit https://groups.google.com/d/optout. > -- Kind Regards Stephen Speakman -- Like Us on FaceBook https://www.facebook.com/CakePHP Find us on Twitter http://twitter.com/CakePHP --- You received this message because you are subscribed to the Google Groups "CakePHP" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/cake-php. For more options, visit https://groups.google.com/d/optout.
