Topic on Extension talk:SimpleBatchUpload

Clean installation on MW 1.33, upload button not rendered

3
Tommyheyser (talkcontribs)

I did a clean install of MediaWiki 1.33 on Windows Server 2016. Installed the extension via composer.local.json, ran composer update --no-dev and added the wfLoadExtension( 'SimpleBatchUpload' ); line to LocalSettings.php.

Extension is shown on the Version page, but Special:BatchUpload only shows the text "Select files (or drop them here)...", a button with text "Choose Files" and "No file chosen".

The error log shows the following:

[resourceloader] Unexpected general module "ext.SimpleBatchUpload" in styles queue.
[resourceloader] Unexpected general module "ext.SimpleBatchUpload.jquery-file-upload" in styles queue.

I didn't have this problem in MW 1.31. Has there been any breaking changes since?

F.trott (talkcontribs)

If you install dev-master instead of ~1.4, does that help?

Tommyheyser (talkcontribs)

Yup, that fixed it. I'm guessing it has something to do with the change in 1.32 related to api that was fixed with Fix #21. Thanks. I hadn't thought of switching to dev-master, should've read the commits.

Reply to "Clean installation on MW 1.33, upload button not rendered"