Page 2 of 2

Re: (SOLVED) PHP Fatal Error: Allowed memory size of

Posted: Mon Dec 19, 2016 6:02 pm
by tingwing
In my admin folder I have a php.ini file

I have changed my memory_limit = 64M; to memory_limit = 128M;. Now it works fine.. I didn't get Fatal Error.

Re: (SOLVED) PHP Fatal Error: Allowed memory size of

Posted: Thu Jun 01, 2017 3:19 pm
by GilesM
I had this same error when using the image browser - modal background loaded but then nothing. Inspecting the code I found the same error message as above ...

Cause: Very large image uploaded in error to folder.

Solution for me (posting here in case anyone else has same issue) - browse image folder using FTP and remove the large image - everything back to normal.

Re: (SOLVED) PHP Fatal Error: Allowed memory size of

Posted: Fri Sep 06, 2019 7:32 pm
by prateekdubey
I have found the Solution

Login into your cpanel and search php.ini file ( MultiPHP INI Editor) under basic mode select Home directory and change memory_limit 128M to 512M and apply, same changes for domain name & you have done, cheers :)