-
Notifications
You must be signed in to change notification settings - Fork 73
Upload image is silently failing? #1788
Replies: 2 comments · 3 replies
-
The syslog doesn't seem to be showing what the error is. If you are using mod_wsgi, the error will be in the Apache logs. |
Beta Was this translation helpful? Give feedback.
All reactions
-
Here is the content of Apache error log when I click on
|
Beta Was this translation helpful? Give feedback.
All reactions
-
Is there more of this error output? The very end of the output is the "real" error. All of this that you're seeing is a problem with newer versions of Python and the webpy templating that is being used to email the error output. We fixed this issue with templating and errors in 49. |
Beta Was this translation helpful? Give feedback.
All reactions
-
You're right, the very end is:
So I guess I have to fix #1717! ;-) Thanks for your help, as always (BTW, I'm working in parallel to make my employer make you a donation, but it's a long way...) |
Beta Was this translation helpful? Give feedback.
All reactions
-
I confirm v49 fixes the problem. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi!
I followed #1559, but when I try to upload an image, both popup's buttons stay greyed out and the popup is not closed:

And the image is not uploaded.
Firefox Developer shows a 500 Internal Server Error for the
POST
to/media
.My conf:
Logs in
/var/log/syslog
:Am I missing something?
(I'm still using v48, because v49 has problems for us (see #1717) and I had no time to look deeper...)
Beta Was this translation helpful? Give feedback.
All reactions