[Solved]Allowed memory size error
Posted: Thu Jun 18, 2015 9:41 pm
I'm receiving the following error:
Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 29623500 bytes) in /home/www/stclareaudio.com/system/library/image.php on line 32
I'm receiving this error on page two of the Catalog/products on the admin side. It has been working fine for months and today I got this error. I have 94 products entered so there are four pages, pages 1,3,4 I can access, its just page 2. All my images are png.
I have raised the memory limit to 512M in the php.ini file but that did not work.
I did add some Hi res images to the banner yesterday, maybe that had something to do with it.
Thanks for any help.
[Solved]
You have to change the memory limit in the php.ini file in the admin folder also.
Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 29623500 bytes) in /home/www/stclareaudio.com/system/library/image.php on line 32
I'm receiving this error on page two of the Catalog/products on the admin side. It has been working fine for months and today I got this error. I have 94 products entered so there are four pages, pages 1,3,4 I can access, its just page 2. All my images are png.
I have raised the memory limit to 512M in the php.ini file but that did not work.
I did add some Hi res images to the banner yesterday, maybe that had something to do with it.
Thanks for any help.
[Solved]
You have to change the memory limit in the php.ini file in the admin folder also.