You are viewing an old version of this page. Return to the latest version.
Version of 11:20, 16 March 2017 by WikiSysop
No categories assigned
InsertFile
-
- Last edited 7 years ago by WikiSysop
-
-
- No status information
Error: With the new version of Bluespice and the new version of MW, we cannot add files or images to a page via the file uploader available in the toolbar. Also at Special:Upload the images or file does not render in the preview window upon upload.
Solution:
Patch that solves this issue in "Upload image/file" dialog.
Error: InsertFile shows empty dialog
Solution:
In BS free release its reported that InsertFile and InsertImage dialog are empty eventhough images/files exist in the wiki.
This is due to missing dependency in BSF/extension.json
Quick-fix for people with no tech knowledge is adding:
mw.loader.load('mediawiki.Title')
into MediaWiki:Common.js page
This will be fixed in next release.