Topic on Extension talk:BoilerPlate

Extension.json does not exist.

3
Karima Rafes (talkcontribs)

Hello

I deployed the last version of BoilerPlate in Mediawiki 1.30.

https://github.com/wikimedia/mediawiki-extensions-BoilerPlate

I tested before to change your code... I have this error (the file exists on the disk)

( ! ) Fatal error: Uncaught Exception: /var/www/mediawiki/extensions/BoilerPlate/extension.json does not exist! in /var/www/mediawiki/includes/registration/ExtensionRegistry.php on line 99
( ! ) Exception: /var/www/mediawiki/extensions/BoilerPlate/extension.json does not exist! in /var/www/mediawiki/includes/registration/ExtensionRegistry.php on line 99
Call Stack
# Time Memory Function Location
1 0.2007 360696 {main}( ) .../index.php:0
2 0.2009 361864 require( '/var/www/mediawiki/includes/WebStart.php' ) .../index.php:40
3 0.2045 748400 require_once( '/var/www/mediawiki/LocalSettings.php' ) .../WebStart.php:102
4 0.2051 875696 wfLoadExtension( ) .../LocalSettings.php:167
5 0.2051 875792 ExtensionRegistry->queue( ) .../GlobalFunctions.php:120

An idea ?

Samwilson (talkcontribs)

The Boilerplate extension is not meant to be installed, but rather to be copied as a starting point for the development of a new extension.

That said, there is an extension.json file in it, so perhaps you've got an older version of the extension?

Karima Rafes (talkcontribs)
Reply to "Extension.json does not exist."