https://bugzilla.wikimedia.org/show_bug.cgi?id=30061
--- Comment #1 from Brion Vibber <[email protected]> 2011-07-28 23:46:32 UTC --- Yeah, I can confirm that ain't pretty. I got: $wgScriptPath = "maintenance/install.php"; despite explicitly setting --scriptpath=/wiki on the command line. On CLI you can't really guess the script path (if you look higher in the path you *might* be able to fake it by recognizing common paths like /var/www or /Library/Documents/WebServer or such, it's not likely to be reliable). It shouldn't be trying to derive the path, but even if it does by default the explicit setting should be taking priority! -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
