Topic on Project:Support desk

Problem with getting skins work with most recent MediaWiki version

4
213.172.115.21 (talkcontribs)

Hey guys, I Updated Media Wiki 1.23 to 1.24 due to the fact, that the new VisualEditor that supports IE does not seem to work with 1.23 Now i get an message telling me to download Skins because they are not available. But i have my skins in the "skins/" directory in my media wiki installation . I Have also set "require_once "$IP/skins/Vector.php";" and "$wgDefaultSkin = "vector";" but still it is not working so far. Any Ideas on how to fix this?

213.172.115.21 (talkcontribs)

MediaWiki 1.24alpha PHP 5.4.4-14+deb7u12 (apache2handler) MySQL 5.5.38-0+wheezy1

Florianschmidtwelzow (talkcontribs)

You should really follow the migration guide :)

Or, in your case, don't just download the newest development version of MediaWiki (what is, btw, not the best practice for third-party wikis), download the newest version of the skin as well. So, remove the contents of your skin direcktory (if you don't need them anymore, but at least all PHP files in the root of skins/) and download the newest version of Vector (which isn't bundeled into MediaWiki core anymore, one more thing why a tarball installation is recommended, vector and monobook are still there) from git:

(github)https://github.com/wikimedia/mediawiki-skins-Vector

(wikimedia-git)git clone https://gerrit.wikimedia.org/r/mediawiki/skins/Vector

Now change the require_once line in your LocalSettings.php to match the new path (skins/Vector/Vector.php) and have fun with MW 1.24 :)

123uhjsakddsa89321l3 (talkcontribs)

Try updating the skins as well. It worked for me.

Reply to "Problem with getting skins work with most recent MediaWiki version"