-
-
Notifications
You must be signed in to change notification settings - Fork 62
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bootstrap install not detected #351
Comments
You need to load the Bootstrap extension. wfLoadExtension |
Bootstrap is installed and loaded via When the chameleon skin is installed, regardless if activated via |
What commands did you use to install Bootstrap and Chameleon? Or did you add it directly to composer.local.json? |
I used the commands provided in the instructions:
|
It may be because |
Setup:
Installed via composer:
mediawiki/bootstrap:~4.0
mediawiki/chameleon-skin:~4.0
PHP error:
Fatal error: Uncaught ExtensionDependencyError: chameleon requires Bootstrap to be installed. in /var/www/html/includes/registration/ExtensionRegistry.php:432 Stack trace: #0 /var/www/html/includes/registration/ExtensionRegistry.php(255): ExtensionRegistry->readFromQueue(Array) #1 /var/www/html/includes/Setup.php(168): ExtensionRegistry->loadFromQueue() #2 /var/www/html/includes/WebStart.php(90): require_once('/var/www/html/i...') #3 /var/www/html/index.php(44): require('/var/www/html/i...') #4 {main} thrown in /var/www/html/includes/registration/ExtensionRegistry.php on line 432
The text was updated successfully, but these errors were encountered: