Page 1 of 1

First Time I get this error

Posted: 04 Jul 2010, 22:30
by propolis
Hi,

Does anyone know why I would be getting this error:

Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 2816 bytes) in /home/eddi8270/public_html/administrator/components/com_phocagallery/libraries/phocagallery/image/imagemagic.php on line 214


Regards

Eddie

Re: First Time I get this error

Posted: 05 Jul 2010, 18:50
by Jan
Hi, search this forum as there you will find a lot of answers to your question.

GD library on your server does not have enogh memory for creating thumbnail, which can be caused by:

- less memory or cpu on the server
- large image with large resolution which cannot be worked by GD library.

The solution is increasing the memory or reducing the image before upload.

Jan

Re: First Time I get this error

Posted: 06 Jul 2010, 10:25
by propolis
Thanks for the update.

I have searched the forum and found loads of information, but forgot to update my post.

Thanks again for the response.

Eddie