"waiting" screen

Revision as of 14:02, 3 May 2019 by P technik (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Archive Talk:InsertImage

"waiting" screen

Created 5 years ago P technik

Error:

Upload of pictures stays in "waiting" screen forever Before uploading, in "Details", existing Categories are not shown like in BS 2.23.3 When cancelling "insert image", picture is available in File Upload Nothing is logged in database logs, php.log, httpd error.log or messages log.

Soluton: It looks like this is a bug. A required dependency is not being loaded properly. As a work around you can add the following statement to your MediaWiki:Common.js page:

 /* Bugfix for https://sourceforge.net/p/bluespice/bugs/373/ */
mw.loader.using( 'mediawiki.*' );