install/autoupdate.php
@@ -31,6 +31,8 @@ ISPConfig 3 updater. */ die("Autoupdate has been removed.\nPlease start the update on the shell with the command ispconfig_update.sh as root user.\n"); error_reporting(E_ALL|E_STRICT); /* @@ -144,6 +146,11 @@ die("internal error - MYSQL-Root passord not known"); } //** Test mysql root connection if(!@mysql_connect($conf["mysql"]["host"],$conf["mysql"]["admin_user"],$conf["mysql"]["admin_password"])) { die("internal error - MYSQL-Root passord wrong"); } /* * Check all tables */