https://bugzilla.wikimedia.org/show_bug.cgi?id=20112
--- Comment #3 from Dan Nessett <[email protected]> 2009-08-10 16:24:43 UTC --- (In reply to comment #2) > sorry, WebStart.php not WebRequest.php. > Following the execution path of Database.t. - in the current version it performs a require 'includes/AutoLoader.php' on line 9. This takes it into Autoloader.php, which goes through function define logic until it reaches line 622 (line number relative to r54724). There it executes require_once("$IP/js2/mwEmbed/php/jsAutoloadLocalClasses.php"). Note the requirement that $IP is defined at this point. Since LocalSettings.php has not yet been required, $IP is undefined and the Autoloader require_once() fails. -- 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 [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
