Page 1 of 1

Thumbnail Generation error with Imagemagic

Posted: 06 Feb 2011, 21:55
by freddred
Hi,

I have been working away uploading alot of images and yesterday I accidentally tried to upload an image that was about 50mb without checking first. I have been getting the following error ever since.

I tried changing a param in the imagemagic.php file to make the limit bigger than 50mb but didnt work

HELP!!!!

Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 42672 bytes) in d:domains\wwwroot\administrator\components\com_phocagallery\libraries\phocagallery\image\imagemagic.php on line 214
PHP Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 42672 bytes) in D:\domains\wwwroot\administrator\components\com_phocagallery\libraries\phocagallery\image\imagemagic.php on line 214

Cheers,

Fred.

Re: Thumbnail Generation error with Imagemagic

Posted: 12 Feb 2011, 23:46
by Jan
Hi, search this forum to get more info. There is no memory to work with the images:

- resize the image before upload
- or increate memory limit on your server.

Jan