tinymighty / booty

A modern theme for MediaWiki, built on Bootystrap 3 and Skinny.
MIT License
12 stars 7 forks source link

Missing 'skin.json' file? #20

Open nelson6e65 opened 8 years ago

nelson6e65 commented 8 years ago

I installed via composer, but when I add wfLoadSkin('booty'); to LocalSettings.php I get this error:

Fatal error: Uncaught exception 'Exception' with message '/var/www/html/wiki-raw/skins/booty/skin.json does not exist!' in /var/www/html/wiki-raw/includes/registration/ExtensionRegistry.php on line 101

How can I use this skin in my MW?

kaiall commented 8 years ago

You need to use the old method: require_once "$IP/skins/Booty/Booty.php";