I have my PHP ini file set to 64MB uploads. However, when I set the image upload validation in Wappler to anything above 3000000 (3MB) it will upload the larger files but fails to process the image.
Is there another memory setting or something that I need to change?
Thanks for the reply. You might be right.
I just raised the validation limit to 10MB ( data-rule-maxsize=“10000000” ), tried again after 6 attempts… and it worked!
Really weird.
Now I am trying to figure out what it was that changed… other than the obvious.
1 Like
This is the error that I found:
Fatal error
: Allowed memory size of 67108864 bytes exhausted (tried to allocate 39760320 bytes) in
/home/blaxstud/public_html/deputation.us/dmxConnectLib/lib/image/Processor.php
What memory controls are available?
It would be in the PHP settings, probably the php.ini file. Depending on the hosting, you may well have the facility to change the settings there. cPanel has this and a number of other hosts offer it, too.
I have the phpinfo.ini set to 64000000, maybe I should to go up to 75 - 80. Do you know if there is a limit?
There will be a physical limit but I’d definitely add more to the setting and see if that fixes it. Might be worth asking your host what the limits are.
After increasing the memory via our hosting company, all is well! Everything worked smoothly. I suppose the editing of the image consumed more memory than I imagined. I doubled it to 128MG. It is now able to process a 10 plus mb image @144 DPI. Great news.