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