https://bugzilla.wikimedia.org/show_bug.cgi?id=30797
--- Comment #1 from Brion Vibber <[email protected]> 2011-09-07 18:53:10 UTC --- Created attachment 9025 --> https://bugzilla.wikimedia.org/attachment.cgi?id=9025 Screenshot IE 9 / Win7 w/ failure response details This may be an intermittent problem -- I made one attempt and it was just fine, with a visible thumbnail shown after the file upload. But a second attempt (this time with capturing on in the network debug stuff in F12 developer tools) showed up the error; a 500 Internal Server Error was returned from the Special:UploadStash request for the thumbnail, with this response body: <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN"> <html> <head><title>Internal Server Error</title></head> <body> <h1>Internal Server Error</h1> <p>Fetching thumbnail failed: Array<br /> (<br /> [0] => http-invalid-url<br /> )<br /> <br /> url = //upload.wikimedia.org/wikipedia/commons/thumb/temp/f/fe/20110907184933!phpGplttg.jpg/88px-20110907184933!phpGplttg.jpg<br /> </p></body></html> It's possible that there's some deployment inconsistency causing some requests to fail and others to be ok with the config? -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
