https://bugzilla.wikimedia.org/show_bug.cgi?id=28983
--- Comment #15 from T. Gries <[email protected]> 2011-06-07 21:53:56 UTC --- The recent changes do work and allow a single extension to be installed. I successfully tested mw installation plus i) OpenID or ii) LiquidThreads However, when installing the both together, the installer hangs after the second step with message "Including extensions..." I am going to check in the next hour whether this has to do with incorrect $path assignments in the extensions themselves, because I found a strange error in the Apache2 error log file (two extensions paths were mangled, and OpenID indeed sets path, which is to be avoided). PHP Warning: require_once(/srv/www/htdocs/phase3/extensions/OpenID/LiquidThreads/LiquidThreads.php): failed to open stream: No such file or directory in /srv/www/htdocs/phase3/includes/installer/Installer.php on line 1243, referer: http://www.server.org/phase3/mw-config/index.php?page=Install PHP Fatal error: require_once(): Failed opening required '/srv/www/htdocs/phase3/extensions/OpenID/LiquidThreads/LiquidThreads.php' (include_path='/srv/www/htdocs/phase3/extensions/OpenID:.:/usr/share/php') in /srv/www/htdocs/phase3/includes/installer/Installer.php on line 1243, referer: http://www.server.org/phase3/mw-config/index.php?page=Install To do: I do not reopen the bug for the moment; I need to check the path statements in the two extensions OpenID and LiquidThreads; inform users by means of thi sbug that perhaps a (remaining) problem exists with Installer.php & Co. However, and this is good news, installing (a single) extension does work. -- 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
