Reply to Re: issue with image_auto_rotate

Re: issue with image_auto_rotate new!
by colin, 6 years, 9 months ago
You are processing too many images in one request, and your images are too large. So the script times out or runs out of memory. And it does so only when it needs to rotate the image, so it is very likely a memory issue. You can check that in your server logs.

Consider resizing your images outside of the upload request, in a queue, processed maybe with a cron.Reply

Your reply

Name *
Email 
Title *
Text *
CAPTCHA image
Enter the code displayed on the image:
Click on the image to generate another one if it is hard to read it. The case is important