Last modified: 2014-01-03 23:19:32 UTC
Setup script in 1.22 on Windows writes the paths like this to LocalSettings.php: require_once "$IP\extensions\Cite\Cite.php"; Using backslash in this case causes \e to be treated as escape sequence and it arises the following error: Warning: require_once(C:\xampp\htdocs\w22xtensions\Cite\Cite.php): failed to open stream: Invalid argument in C:\xampp\htdocs\w22\LocalSettings.php on line 127 Fatal error: require_once(): Failed opening required 'C:\xampp\htdocs\w22xtensions\Cite\Cite.php' (include_path='.;\xampp\php\PEAR') in C:\xampp\htdocs\w22\LocalSettings.php on line 127
*** This bug has been marked as a duplicate of bug 58659 ***