Using wfLoadExtension( 'ColorizerToolVE' ); in LocalSettings.php results in
ColorizerToolVE configuration error
MediaWiki is unable to load the extension ColorizerToolVE. Please check that the extension's name is correct and all of its files are properly installed.
Details:
Error reading .../public_html/extensions/ColorizerToolVE/extension.json. filemtime(): stat failed for .../public_html/extensions/ColorizerToolVE/extension.json.
#-0 .../public_html/includes/GlobalFunctions.php(57): MediaWiki\Registration\ExtensionRegistry->queue('...')
#-1 .../public_html/LocalSettings.php(163): wfLoadExtension('ColorizerToolVE')
#-2 .../public_html/includes/Setup.php(222): require_once('...')
#-3 .../public_html/includes/WebStart.php(85): require_once('/...')
#-4 .../public_html/index.php(50): require('...')
#-5 {main}
(i replaced the path with ...)
Using wfLoadExtension( 'ColorizerToolVe' ); in LocalSettings.php works
The Wiki link is mediawiki.org/wiki/Extension:ColorizerToolVE
The install descriptions on the Wiki is git clone https://github.com/Griboedow/ColorizerToolVE.git
Clicking on Special:Version's link mediawiki.org/wiki/Extension:ColorizerToolVe leads to a blank page
The Github link is github.com/Griboedow/ColorizerToolVE
The install description on Github is wfLoadExtension( 'ColorizerToolVe' );
The folder itself is ColorizerToolVe
You might want to adjust something somewhere :)
Using
wfLoadExtension( 'ColorizerToolVE' );in LocalSettings.php results inColorizerToolVE configuration error
MediaWiki is unable to load the extension ColorizerToolVE. Please check that the extension's name is correct and all of its files are properly installed.
Details:
Error reading .../public_html/extensions/ColorizerToolVE/extension.json. filemtime(): stat failed for .../public_html/extensions/ColorizerToolVE/extension.json.
#-0 .../public_html/includes/GlobalFunctions.php(57): MediaWiki\Registration\ExtensionRegistry->queue('...')
#-1 .../public_html/LocalSettings.php(163): wfLoadExtension('ColorizerToolVE')
#-2 .../public_html/includes/Setup.php(222): require_once('...')
#-3 .../public_html/includes/WebStart.php(85): require_once('/...')
#-4 .../public_html/index.php(50): require('...')
#-5 {main}
(i replaced the path with ...)
Using
wfLoadExtension( 'ColorizerToolVe' );in LocalSettings.php worksThe Wiki link is mediawiki.org/wiki/Extension:ColorizerToolVE
The install descriptions on the Wiki is
git clone https://github.com/Griboedow/ColorizerToolVE.gitClicking on Special:Version's link mediawiki.org/wiki/Extension:ColorizerToolVe leads to a blank page
The Github link is github.com/Griboedow/ColorizerToolVE
The install description on Github is
wfLoadExtension( 'ColorizerToolVe' );The folder itself is ColorizerToolVe
You might want to adjust something somewhere :)