By saovry on Wednesday, 13 October 2021
Posted in Technical Issues
Replies 3
Likes 0
Views 681
Votes 0
Hello,
I get this http error when I try to upload multiple pictures.
Please check it. It is error on mobile and desktop.
Even though memory size 128m, it still doesn’t work at all.

Have you tried increase to 512M and try again?

Unfortunately, it is not possible to override the PHP memory_limit from the extension, because it is configured from the server-side instead of the extension.

Thanks for understanding.
·
Saturday, 23 October 2021 11:35
·
0 Likes
·
0 Votes
·
0 Comments
·
It seems like hitting the following error when you upload those images with a high resolution, so it needs more memory to do the image resize process.


Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 16384 bytes) in .../administrator/components/com_easysocial/includes/vendor/intervention/image/src/Intervention/Image/Gd/Decoder.php on line 141

Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 32768 bytes) in .../libraries/vendor/symfony/error-handler/Error/OutOfMemoryError.php on line 1


Can you request your web hosting provider to help you increase your site PHP memory_limit from 64M to 512M and see how it goes?
·
Wednesday, 13 October 2021 10:25
·
0 Likes
·
0 Votes
·
0 Comments
·
Even though memory size 128m, it still doesn’t work at all. Is it possible that Easysocial can overwrite PHP memory_limit default so we don’t need to repeat increase PHP memory_limit again and again every time we update PHP Version.
thank u
·
Friday, 22 October 2021 20:09
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post