class.upload.php is a powerful and mature PHP class to manage uploaded files, and manipulate images in many ways. The script is available under a GPL license.
Fatal error: Allowed memory size of 16777216 bytes exhausted (tried to allocate 16 bytes) in /xxxxxxxx/public_html/verot/class.upload.php on line 3817Reply
i'M NOT WORRIED I was using the "image" option as I'm still using an unchanged upload.php and it was on the external/apache webserver. I tried it a few times and got the same result while still having success with other files.Reply
It works with other files, but doesn't work often. I can't understand the problem.
The error is: Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 3200 bytes) in D:\apache\htdocs\mysite\class.upload.php on line 2763
Obviously, you are running out of memory (16MB is not a lot nowadays!), but it shouldn't really happen with such a small image...
I tried with the picture you sent me, and it worked fine (just a resizing to 200 pixels, and some text labels).
I was using the "image" option as I'm still using an unchanged upload.php and it was on the external/apache webserver. I tried it a few times and got the same result while still having success with other files.
I'm using these settings:
It works with other files, but doesn't work often. I can't understand the problem.
The error is:
Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 3200 bytes) in D:\apache\htdocs\mysite\class.upload.php on line 2763
And often i got white screen without errors.