-
-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Silent PHP error uploading a specific image #483
Comments
it looks like when the validation fail, the php tries to move (non existent) image anyway, the move throws.
it seems as for why the validation failed for the image, i'm not sure. maybe some jpg variant this version of php isn't familiar with? |
( which stops the exception from throwing, and properly returns an 4xx error with error json as expected. )
…ad due to validation errors.
#485 makes it so the error is no longer silent. Not sure why this specific image failed — no obvious issues with it. I ran |
( probably related to this flourish issue: |
Create a new event, then try to upload the image below. You'll get the standard
Your event has been updated!
success message, and themanage_event
request returns 200, but it's actually failing with a PHP error and the image is not saved to the event.The text was updated successfully, but these errors were encountered: