You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When an external image is requested and the response is empty, the exception will be "Error writing to temporary file ...". It should rather be "Error reading external image ...".
I will send a PR to 1.x.
The text was updated successfully, but these errors were encountered:
michael-e
added a commit
to michael-e/jit_image_manipulation
that referenced
this issue
Feb 28, 2019
The file_put_contents function will return 0 if empty content is written, but this should not trigger a writing exception. Empty content should throw an exception before, when checking the curl response.
Fixessymphonycms#164
When an external image is requested and the response is empty, the exception will be "Error writing to temporary file ...". It should rather be "Error reading external image ...".
I will send a PR to 1.x.
The text was updated successfully, but these errors were encountered: