https://bugzilla.wikimedia.org/show_bug.cgi?id=44132
--- Comment #8 from Pavel Selitskas <[email protected]> --- (In reply to comment #7) > I have a windows system that I can test on, but I'm NTFS ignorant. How can I > create one of these NTFS symlinks? That does sound like a probable suspect. > > Hrm... Another possibility, the realpath("."). It sounds like this is being > executed when the webserver's path is z:\usr\local\apache\bin and it decides > that is the value for $IP, not MW's root. > > Is the path for require_once correct? Is Init.php at > Z:\usr\local\apache\bin/includes/Init.php ?? According to Wikipedia, a symlink is made with the following command: mklink /D linkName target No, it seems like in some situations $IP is set to "Z:/usr/local/apache/bin", not the actual MediaWiki path. Init.php is at Z:/home/wikimedia/mw/includes/Init.php. Z:/usr/local/apache/bin is the path where httpd.exe lives. If you have a Windows installation, please test these. On my side, I'll try to debug that piece of code to learn what environment does the code execute in, when it fails. -- 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
