Bigger resolution - (4000+) - no upload

See all posts Reply

Bigger resolution - (4000+) - no upload new!
by Thomas, 15 years, 10 months ago
On a particular server this is not working for me.

When I upload a photo with resolution 4000 or more the uploader just stops working on 100%. if I removed all the $foo-> properties this works. But if I use $foo->image_resize for example it just does not execute ..

Any idea why this is happening please?Reply
Re: Bigger resolution - (4000+) - no upload new!
by colin, 15 years, 10 months ago
You are running out of memory. Search for memory in the site, or click here.

You can also check this post.Reply
Re: Bigger resolution - (4000+) - no upload new!
by Thomas, 15 years, 10 months ago
I've handled that .. I've set the memory_limit to 128MB in order to be sure I have enough memory .. but still.. the same issue is happening.Reply
Re: Bigger resolution - (4000+) - no upload new!
by Thomas, 15 years, 10 months ago
And also please note that on another server this is working. and the memory limit is set to 40M .. any ideas please?Reply
Re: Bigger resolution - (4000+) - no upload new!
by colin, 15 years, 9 months ago
When does it stop exactly? Do you get a blank page? Did you single out which setting fails (resize, crop...)?

Are you able to use a debugger such as xdebug to provide me with a stack trace?

Also, do you have a PHPinfo() somewhere? Which version of GD is on your server on which the upload fails?Reply
Re: Bigger resolution - (4000+) - no upload new!
by Christos, 15 years, 9 months ago
Try to set the execution time of php to 0 (run forever) It is possible that php stops because the script takes a lot of time to execute.Reply
Re: Bigger resolution - (4000+) - no upload new!
by Thomas Gatt, 15 years, 9 months ago
Hey don't worry about it. The client has to reduce the resolution of the picture..

As far as the client is happy - I am.

Thanks anyway for your help!Reply