Seite 1 von 1

fehlermeldung

Verfasst: 23.05.2021 10:50
von Panini

Code: Alles auswählen

Deprecated: Function set_magic_quotes_runtime() is deprecated in /home/vc001ged/www/home/forum/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 /index.php on line 83: date() [function.date]: It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'Europe/Berlin' for 'CEST/2.0/DST' instead
[phpBB Debug] PHP Notice: in file /index.php on line 83: getdate() [function.getdate]: It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'Europe/Berlin' for 'CEST/2.0/DST' instead
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3424: 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 3426: 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 3427: 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 3428: Cannot modify header information - headers already sent by (output started at /common.php:106)
wie kann man dieses problem lösen?

Re: fehlermeldung

Verfasst: 23.05.2021 11:14
von Dr.Death
Glaskugel Fehler.....Nebel..... :roll:

Zu wenig Input.

Was hast Du gemacht?
Welche phpBB Version?
Welche PHP Version?
usw.....

Nur eine Fehlermeldung posten bringt keinem etwas....

Re: fehlermeldung

Verfasst: 23.05.2021 12:39
von Scanialady
Glaskugel fällt mir auch zuerst ein :D

Raten... Du verwendest möglicherweise eine alte und ungewartete Extension, bei der versäumt wurde, die Behandlung des Zeitformats zu aktualisieren.

Re: fehlermeldung

Verfasst: 23.05.2021 13:26
von oxpus
Die Versendung von set_magic_quotes_runtime() gibt es seit phpBB 3.2.x nicht mehr, in phpBB 3.0 und 3.1 war das in der Datei includes/startup.php zu finden.
Und PHP meckert ab 7.4.0 herum, dass diese Funktion veraltet ist.

Das betreffende phpBB muss also entweder manuell gemoddet sein oder ist älter als phpBB 3.2.x.

date() [function.date]: It is not safe to rely on the system's timezone settings. lässt auf die fehlende Zeitzonenangabe in der php.ini hindeuten.
Diese sollte ab PHP 7 angegeben werden: date.timezone = Europe/Berlin (oder welche Zeitzone auch immer)

Für den Rest muss aber auch ich sagen, dass selbst meine Glaskugel ihren Dienst versagt.

Bitte mehr Informationen!