https://bugzilla.wikimedia.org/show_bug.cgi?id=42640
Lupo <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #12 from Lupo <[email protected]> 2012-12-04 08:14:43 UTC --- The last two entries in the log you posted are [13:25:54.590] mw.DestinationChecker::checkUnique> error in checkUnique result: http @ http://10.25.21.82/mediawiki/load.php?debug=false&lang=en&modules=ext.uploadWizard&skin=vector&version=20121203T182355Z&*:15 [13:25:54.613] mw.Api error: @ http://10.25.21.82/mediawiki/load.php?debug=false&lang=en&modules=ext.uploadWizard&skin=vector&version=20121203T182355Z&*:15 Both indicate problems making an API call to your server. Can you please run the upload wizard with the debug=true option? Just go to http://10.25.21.82/mediawiki/index.php/Special:UploadWizard?debug=true and then got through the upload wizard. Also, what's the output of http://10.25.21.82/mediawiki/api.php?action=query&titles=File:<YOURFILENAME>.<YOUREXTENSION>&prop=imageinfo&iiprop=url|mime|size&iiurlwidth=150&format=jsonfm where you replace <YOURFILENAME> by the filename as shown in the "Title" field, and replace <YOUREXTENION> by "jpg" or "jpeg" or "png", or whatever, as appropriate for your file? What is the name of the file anyway? Does the problem always occur or only with a particular file name? Do you have the API enabled on your wiki? Is the write API enabled? Are uploads enabled at all? Also, there's bug 32408: errors in collapsed parts of the form are not shown. Click on "Add categories and more information..." to make sure all input fields are shown. Do any of them have a red border, or is there anything else red? If you have Firebug installed, I'd also like to see the result of the queries the UploadWizard does. Go to the UploadWizard on your wiki, then enable Firebug. Select the "Net" tab in Firebug. Then go through the UploadWizard. After you hit the problem, you should examine the last few http requests shown in Firebug: I'm interested in the last few http requests to URLs beginning with "http://10.25.21.82/mediawiki/api.php?" (POST or GET api.php). Click on the triangle to the left of the request: Firebug shows you several tabs for the request. I need the URL and the contents of the Request or Post tabs, and of the Response tab. A screenshot would also help. If the page is too long to capture in one screenshot, see if you can print the page to a PDF, then attach that to this bug report. I know that's quite a handful, but since I can't reproduce this problem on my end, I depend on you to do things if we're to find the cause of this problem. -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. You are the assignee for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
