https://bugzilla.wikimedia.org/show_bug.cgi?id=18539





--- Comment #2 from Alexandre Emsenhuber [IAlex] <alex.emsenhu...@bluewin.ch>  
2009-04-21 17:03:55 UTC ---
I see other problems in your LocalSettings.php with Configure extension's
settings: first some settings such as $wgConfigureHandler must be changed
beetween the time you include the extension's main file ( require_once(
"$IP/extensions/Configure/Configure.php" ); ) and the time you call
efConfigureSetup() which is not the case there. Secondly not all that settings
are boolean, read again
http://www.mediawiki.org/wiki/Extension:Configure#Configuration_settings or
Configure.php for allowed values. Also some extensions configurable in
Special:Extensions require database updated before they can work, you'll need
to run maintenance/update.php as Roan Kattouw said in comment #1 (if the
extension supports it) or manually apply the patch in the database. Warnings
are displayed just before the extensions are displayed in Special:Extensions.

About images: check in Special:Configure that you *don't* use constants for the
values in $wgNamespaceAliases but numbers since the former won't work. (e.g.
use 6 instead of NS_IMAGE). 


-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

_______________________________________________
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to