Topic on Skin talk:Chameleon

Not compatible with MediaWiki 1.33.0?

4
218.232.98.149 (talkcontribs)

With MediaWiki 1.33.0, wfLoadSkin('chameleon') causes the following error:

... mediawiki-1.33.0/includes/resourceloader/ResourceLoader.php: ResourceLoader module info type error for module '0.mediawiki.skinning.content': expected ResourceLoaderModule or array ...

It traces back to Chameleon trying to load resources. It doesn't seem normal. Anything I can do?

F.trott (talkcontribs)
2607:F470:14:A:C94A:FD64:F06D:CA34 (talkcontribs)

I had the same issue. A fix was just pushed to the master branch. You'll need to change your version in your composer.json to "dev-master" instead of "~2.0" or whatever version you're using. Then run composer update

F.trott (talkcontribs)

A new version is now available, so a simple composer update should be enough.