Hello,
at the bottom of page http://www.mediawiki.org/wiki/Extension:AutoExtensionLoader
it is said : 2. Add a call to it at the end of LocalConfig.php: require_once("$IP/extensions/AutoExtensionLoader/AutoExtensionLoader.php");
I checked all my mediawiki directory I have no such LocalConfig.php file.
Is the name incorrect ? Where do I need to put that line of php code ?
Thanks for helping. Francois Colonna
localsettings.php
2010/4/4 Francois Colonna f.colonnacesari@free.fr
Hello,
at the bottom of page http://www.mediawiki.org/wiki/Extension:AutoExtensionLoader
it is said : 2. Add a call to it at the end of LocalConfig.php:
require_once("$IP/extensions/AutoExtensionLoader/AutoExtensionLoader.php");
I checked all my mediawiki directory I have no such LocalConfig.php file.
Is the name incorrect ? Where do I need to put that line of php code ?
Thanks for helping. Francois Colonna
MediaWiki-l mailing list MediaWiki-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
On Sun, 2010-04-04 at 16:00 -0300, nevio carlos de alarcão wrote:
localsettings.php
Thank.
Anyway : 1. Why in the documentation LocalConfig.php is used ? 2. I did put
require_once("$IP/extensions/AutoExtensionLoader/AutoExtensionLoader.php");
at the end of LocalSettings.php and I then got an empty page. Do you know why ? Thanks. F. Colonna
Do you know why ?
Dear, I don't know. I am not as experienced as I'd like to be. Have you posted this question on the AutoExtensionLoader discussion page? Regards
2010/4/4 Francois Colonna f.colonnacesari@free.fr
On Sun, 2010-04-04 at 16:00 -0300, nevio carlos de alarcão wrote:
localsettings.php
Thank.
Anyway :
- Why in the documentation LocalConfig.php is used ?
- I did put
require_once("$IP/extensions/AutoExtensionLoader/AutoExtensionLoader.php");
at the end of LocalSettings.php and I then got an empty page. Do you know why ? Thanks. F. Colonna
MediaWiki-l mailing list MediaWiki-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
On Sun, Apr 4, 2010 at 6:12 PM, Francois Colonna f.colonnacesari@free.fr wrote:
- Why in the documentation LocalConfig.php is used ?
Because the documentation is wrong, it would seem :) LocalSettings.php is always where you configure MediaWiki and install extensions.
- I did put
require_once("$IP/extensions/AutoExtensionLoader/AutoExtensionLoader.php");
at the end of LocalSettings.php and I then got an empty page. Do you know why ?
Blank pages usually indicate a PHP error, see the "How to Debug" page [0] on Mediawiki.org for more information on how to get more information about your problem.
-Chad
mediawiki-l@lists.wikimedia.org