[Mediawiki-l] Upgrade to 1.15.2 question

Platonides Platonides at gmail.com
Mon Apr 5 21:55:35 UTC 2010


You have a number of extensions installed like:
require_once("extensions/extensioname/extensioname.php");

That works when you are at the wiki root, but not from maintenance dir.
Change those lines to:
require_once("$IP/extensions/extensioname/extensioname.php");

and all should be fine.




More information about the MediaWiki-l mailing list