claviska / SimpleImage

A PHP class that makes working with images and GD as simple as possible.
MIT License
1.38k stars 383 forks source link

Try again later, or contact the server administrator. #234

Closed jilaan closed 6 years ago

jilaan commented 6 years ago

Hi again,

dear when i set my php limit then i get this error, not all images but some images http://myprintscreen.com/s/wwqu/dfb0c6fe8d

how can i fix it ?

Thanks

jilaan commented 6 years ago

Hi,

this issue coming only firefox if someone try to download then stop then again click on same size then error get, i found link this http://kb.mozillazine.org/Source_file_could_not_be_read

How can i set the issue if someone clicks again and again to download the file many times

Thanks

claviska commented 6 years ago

My guess is the file isn't getting written properly (possibly a memory limit issue and it's getting truncated). Check your PHP error logs to see if there's anything there.

Not a SimpleImage issue though.