Only with require_once "$IP/skins/chameleon/Chameleon.php"; appears a line which request to install bootstrap : Error: The Chameleon skin depends on the Bootstrap extension. You need to install the Bootstrap extension first.
..... "zordius/lightncandy": "0.21",
"mediawiki/chameleon-skin": "~1.0",
"mediawiki/bootstrap:~1.0"
has no effect.
The problem is that i only have a provider and filezilla. I cannot execute composer.
Therefore i added the lines to composer.json but i have no installation.
If i add wfLoadExtension( 'Bootstrap' ); an error appears instead : Fatal error: Uncaught Exception: .....htdocs\mw1264/extensions/Bootstrap/extension.json does not exist! ...
(In the specific directory are composer.json and package.json) . To experimental rename composer.json to extension.json leads to Error: The Chameleon skin depends on the Bootstrap extension. You need to install the Bootstrap extension first.