https://bugzilla.wikimedia.org/show_bug.cgi?id=57760
--- Comment #17 from MWJames <[email protected]> --- The problem for MW 1.22 is that in previous versions $wgScriptPath was already set with the customized path which allowed [1] to be set correctly. Apparently in 1.22 this not the case $wgScriptPath contains the standard "/wiki" at the time [0] is loaded resulting $smwgScriptPath containing "/wiki" rather than the expected path from $wgScriptPath. [0] SemanticMediaWiki.settings.php [1] $GLOBALS['smwgScriptPath'] = ( $GLOBALS['wgExtensionAssetsPath'] === false ? $GLOBALS['wgScriptPath'] . '/extensions' : $GLOBALS['wgExtensionAssetsPath'] ) . '/SemanticMediaWiki'; -- You are receiving this mail because: You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
