Hi,
ich habe heute auch das Update auf 1.8 vorgenommen und auch bei meinem Provider auf php 7.0 umgestellt.
Jetzt kommt bei mir eine ähnliche Meldung wie bei Parado:
Fatal error: Uncaught Error: Call to undefined function mysql_connect() in /customers/f/1/1/xxxxxxxx.de/httpd.www/includes/db_mysql.php:39 Stack trace: #0 /customers/f/1/1/xxxxxxxx.de/httpd.www/global.php(407): Db->__construct('xxxxxxxx', 'xxxxxxxx', 'xxxxxxxx', 'xxxxxxxx') #1 /customers/f/1/1/xxxxxxxx.de/httpd.www/index.php(32): include('/customers/f/1/...') #2 {main} thrown in /customers/f/1/1/xxxxxxxx.de/httpd.www/includes/db_mysql.php on line 39
Zeile 39 in der db_mysql.php lautet:
37 function __construct($db_host, $db_user, $db_password = "", $db_name = "", $db_pconnect = 0) {
38 $connect_handle = ($db_pconnect) ? "mysql_pconnect" : "mysql_connect";
39 if (!$this->connection = @$connect_handle($db_host, $db_user, $db_password)) {
40 $this->error("Could not connect to the database server (".safe_htmlspecialchars($db_host).", ".safe_htmlspecialchars($db_user).").", 1);
41 }
Vielleicht könnte Parado mir bitte mal erklären, was er auf mysql umgestellt hat.
Gruß Heinier