Hallo, da ich mich nicht sehr auskenne in Sachen Server, habe ich bis dato PHP Version 5.4 ( Apache ) benutzt bzw. belassen. Da jetzt die älteren PHP versionen von meinem Provider abgeschaltet werden, habe ich heute versucht auf PHP 7.1 (CGI) umzustellen. Dadurch war meine Seite beim aufrufen wie leergefegt, nach dem zurückstellen auf Version 5.6 (CGI) war alles wieder vorhanden aber mit jeder Menge Fehlermeldungen.
Dies bekommt man zu sehen:
Warning: mysql_real_escape_string(): Access denied for user '' localhost (using password: NO) in /www/htdocs/w01178a2/wp-content/plugins/statpress/statpress.php on line 1191
Warning: mysql_real_escape_string(): A link to the server could not be established in /www/htdocs/w01178a2/wp-content/plugins/statpress/statpress.php on line 1191
Warning: mysql_real_escape_string(): Access denied for user '' localhost (using password: NO) in /www/htdocs/w01178a2/wp-content/plugins/statpress/statpress.php on line 1194
Warning: mysql_real_escape_string(): A link to the server could not be established in /www/htdocs/w01178a2/wp-content/plugins/statpress/statpress.php on line 1194
Warning: mysql_real_escape_string(): Access denied for user '' localhost (using password: NO) in /www/htdocs/w01178a2/wp-content/plugins/statpress/statpress.php on line 1197
Warning: mysql_real_escape_string(): A link to the server could not be established in /www/htdocs/w01178a2/wp-content/plugins/statpress/statpress.php on line 1197
Wisst ihr was von Nöten ist damit die Seite wieder läuft, auch auf PHP 7.1?
WP Version und Plugins sind alle auf dem Aktuellensten Stand.
Danke im Voraus Simon