Last modified: 2013-10-23 18:17:10 UTC
In line 1097 $file_exists = file_exists( $command ); in .includes/installer/Installer.php the open_basedir restriction is violated (if it applies of course) although it isn't relevant to exec, passthru, etc. Solution: remove file_exists , passthrough will report false if the command fails.