https://bugzilla.wikimedia.org/show_bug.cgi?id=44953
--- Comment #2 from Krinkle <[email protected]> --- I think you're confusing "require" with "autoloading". The require_once() call you mention: > require_once("$IP/extensions/WikiEditor/WikiEditor.php" ); that isn't a class but an extension file. This is your own code and placed in your LocalSettings.php, correct? AutoLoader isn't involved there. > After line 1142 $filename = > "\\server\share\mediawiki\\server\share\mediawiki\extensions\WikiEditor\WikiEditor.php" Line 1142/1145 of which file? Assuming AutoLoader.php, why is WikiEditor listed in your autoloader configuration? -- You are receiving this mail because: You are on the CC list for the bug. You are the assignee for the bug. You are watching all bug changes. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
