My problem:
I've now spent many days trying to fix an image upload problem. I have searched high and low, so now it is time to post. I hope I chose the right forum.
I have image and img_assist modules installed. All modules loaded are listed below.
While trying to upload a 2.2 MB image, I get these errors from a couple of computers:
* Fatal error: Allowed memory size of 25165824 bytes exhausted (tried to allocate 14208 bytes) in /home/suzan24k/www/includes/image.inc on line 288
increased php memory from 24 MB to 32 MB and got this next message.
* Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 10368 bytes) in /home/suzan24k/www/includes/image.inc on line 288
I have deleted almost all unused modules I had. I can upload images up to 1 MB successfully from computers having slower upload speeds. Not sure if slower upload speeds cause my image upload problem but it is the only common denominator I can see.
I have a PHP file upload max size of 20 MB.
Here are some test runs:
1. I am have been able to upload large image files up to 4MB from my desktop which is connected via wired cable to my cable internet service.
2. My father’s desktop computer which is also wired (in his home in another city) using DSL internet cannot upload photo images larger than about 1MB.
3. My wireless laptop at home with desktop in #1 fails trying to upload a 2.2 MB file.