Page 1 of 1

Fatal error: image.php on line 26

Posted: Sun Dec 11, 2016 12:50 am
by gordon56
I get the following when I attempt to open the Products page in the Admin

Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 16000 bytes) in /home/pagan7/public_html/gotgothshop.com/system/library/image.php on line 26
Open Cart Version 2.3.0.2
PHP Version 5.5.31

Is there a fix, line that needs to be changed?

Re: Fatal error: image.php on line 26

Posted: Sun Dec 11, 2016 3:29 am
by IP_CAM
Well, the fix would rather be, to enlarge MEMORY in your both PHP.INI files, and eventually on the Server as well, in order to upload giant images, or display a wide range of giant images in the image section. But ask your Hoster first, how much memory you may be allowed to use.

Enlarge this to minimal 256 MB:
memory_limit = 64M;
to:
memory_limit = 256M;

Good Luck ;)
Ernie