BoldMinded acquires Ansel, support ending for all add-ons. BoldMinded acquires Ansel, support ending for all add-ons. Read More →
Support has been discontinued. Issues remain available as an archive. Support has been discontinued. Issues remain available as an archive.
Images occasionally break upon upload.
#138 opened by 14FourDev
Description
Assuming it's writing to the cache before the file path is there. Is there any option to put in a delay that would give the process more time to complete? We're completely stuck. Any help is appreciated.
Replies
- TJ Draper
Replied 3/15/2019 8:51 PM
I'm sorry, I was just going through my issues and see that I completely missed this. My most sincere apologies!
This sort of thing has only come up once before, and it was also on Rackspace. It seems that there's some sort of IO issue with Rackspace where when PHP writes a file to disk it's not immediately available. That is not the way files and file IO should work and I can't introduce a delay to deal with a Rackspace file IO bug. When PHP writes a file to disk, it should be on disk and available immediately. Ansel depends on that because it writes caches files as it manipulates images and ultimately then ends up with a final image. If the server is unreliable in writing files, that seems like something to bring up with Rackespace support.