Ich habe da ein Problem. Vor etlichen Jahren habe ich ein phpBB3 Forum installiert und es lief die ganze Zeit einwandfrei. Ich weiß gar nicht mehr, wann ich das letzte Mal dran geschraubt habe.
Nun hat der Webspace-Provider (Hosteurope) einen Serverumzug gemacht und zusätzlich die Funktion "set_magic_quotes_runtime()" gesperrt. Folge sieht so aus, im header der Seite:
Code: Alles auswählen
Deprecated: Function set_magic_quotes_runtime() is deprecated in /is/htdocs/wp11034758_GSSHI7F7X0/www/forum/phpBB3/common.php on line 106
[phpBB Debug] PHP Notice: in file /includes/session.php on line 885: Cannot modify header information - headers already sent by (output started at /common.php:106)
[phpBB Debug] PHP Notice: in file /includes/session.php on line 885: Cannot modify header information - headers already sent by (output started at /common.php:106)
[phpBB Debug] PHP Notice: in file /includes/session.php on line 885: Cannot modify header information - headers already sent by (output started at /common.php:106)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3391: Cannot modify header information - headers already sent by (output started at /common.php:106)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3393: Cannot modify header information - headers already sent by (output started at /common.php:106)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3394: Cannot modify header information - headers already sent by (output started at /common.php:106)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3395: Cannot modify header information - headers already sent by (output started at /common.php:106)
Diese email habe ich auf meine Anfrage hin bekommen:
"[...]wir nehmen Bezug auf das heute mit unserem Kundenservice geführte Telefonat.
In der neueren PHP-Version werden die alten magic_quotes-Funktionen aus Sicherheitsgründen nicht mehr unterstützt. Hier müssten Sie Ihre Skripte entsprechend anpassen.[...]"
Nu die Frage: was mach ich jetzt? Könnte da ein update helfen? Ich weiß nichtmal meine Versionsnummer...Neue Datenbank-Angaben sind in der config.php vorgenommen worden..Weiter bin ich ratlos
