Skin talk:Chameleon/Installation

About this board

Error when importing bootstrap theme

2
Squeak24 (talkcontribs)

Hi

I am trying to use the Lux theme on Bootswatch (https://bootswatch.com/lux/), but when I try and install them I get a internal error. The error I get is:

[XU64-EQ9ePU8pGE6GrIwCAAAANI] 2019-08-10 12:30:52: Fatal exception of type "RuntimeException"

I have tried several ways of getting it working, these include:

/*$egChameleonExternalStyleModules = [

   __DIR__ . '/scss/bootstap.css' => afterMain,
   __DIR__ . '/scss/bootstrap.min.css' => afterMain,
   __DIR__ . '/scss/_variables.scss' => afterMain,
   __DIR__ . '/scss/_bootswatch.scss' => afterMain

];

And

$egChameleonExternalStyleModules = [

   __DIR__ . '/scss/_variables.scss' => 'afterMain',
   __DIR__ . '/scss/_bootswatch.scss' => 'afterMain',

];

And finally:

$egChameleonExternalStyleModules = [ __DIR__ . '/scss/bootstap.css', __DIR__ . '/scss/bootstap.min.css', __DIR__ . '/scss/_variables.scss', __DIR__ . '/scss/_variables.scss' ];

Any idead what I am doing wrong?

F.trott (talkcontribs)
Reply to "Error when importing bootstrap theme"

Installation on mw1.27.4 - php7.025 xampp

2
Manbu (talkcontribs)

I have installed : Bootstrap 1.2.3 and Chameleon 1.61beta (updated by composer) and I get the error

Fatal error: Uncaught Exception: L:\xammp7025\htdocs\mw1274/skins/chameleon/skin.json does not exist! in L:\xammp7025\htdocs\mw1274\includes\registration\ExtensionRegistry.php:106 Stack trace: #0 L:\xammp7025\htdocs\mw1274\includes\GlobalFunctions.php(152): ExtensionRegistry->queue('L:\\xammp7025\\ht...') #1 L:\xammp7025\htdocs\mw1274\LocalSettings.php(142): wfLoadSkin('chameleon') #2 L:\xammp7025\htdocs\mw1274\includes\WebStart.php(124): require_once('L:\\xammp7025\\ht...') #3 L:\xammp7025\htdocs\mw1274\index.php(40): require('L:\\xammp7025\\ht...') #4 {main} thrown in L:\xammp7025\htdocs\mw1274\includes\registration\ExtensionRegistry.php on line 106

other bootstrap skins function but only with 'require once...'

F.trott (talkcontribs)

wfLoadSkin is not required.

There are no older topics