Seite 1 von 1

[3.3] Fehlermeldungen nach Umzug (Problem gelöst)

Verfasst: 09.06.2025 07:30
von hausmann
Guten Tag,

vor ein aar Tagen habe ich mit einem phpbb Forum einen Provider Umzug gemacht.
Der komplette Umzug klappte völlig problemlos bis auf eine Sache.

Wenn ich im Adminbereich auf Wartung und dann das Moderations Protokoll aufrufe, kommen folgende Warnungen:

Code: Alles auswählen

[phpBB Debug] PHP Warning: in file [ROOT]/phpbb/log/log.php on line 670: unserialize(): Error at offset 61 of 68 bytes
[phpBB Debug] PHP Warning: in file [ROOT]/phpbb/log/log.php on line 670: unserialize(): Error at offset 81 of 116 bytes
[phpBB Debug] PHP Warning: in file [ROOT]/phpbb/log/log.php on line 670: unserialize(): Error at offset 44 of 74 bytes
[phpBB Debug] PHP Warning: in file [ROOT]/phpbb/log/log.php on line 670: unserialize(): Error at offset 40 of 70 bytes
[phpBB Debug] PHP Warning: in file [ROOT]/phpbb/log/log.php on line 670: unserialize(): Error at offset 40 of 70 bytes
[phpBB Debug] PHP Warning: in file [ROOT]/phpbb/log/log.php on line 670: unserialize(): Error at offset 40 of 70 bytes
[phpBB Debug] PHP Warning: in file [ROOT]/phpbb/log/log.php on line 670: unserialize(): Error at offset 40 of 70 bytes
[phpBB Debug] PHP Warning: in file [ROOT]/phpbb/log/log.php on line 670: unserialize(): Error at offset 36 of 77 bytes
[phpBB Debug] PHP Warning: in file [ROOT]/phpbb/log/log.php on line 670: unserialize(): Error at offset 78 of 114 bytes
[phpBB Debug] PHP Warning: in file [ROOT]/phpbb/log/log.php on line 670: unserialize(): Error at offset 41 of 46 bytes
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions_acp.php on line 139: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3076)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions_acp.php on line 139: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3076)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions_acp.php on line 139: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3076)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions_acp.php on line 139: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3076)

Re: [3.3] Fehlermeldungen nach Umzug

Verfasst: 09.06.2025 09:14
von Mike-on-Tour
Ohne das jetzt näher untersucht zu haben, vermute ich, dass in den betreffenden Log-Einträgen URL-Angaben stehen, die sich wegen des Umzuges nicht mehr auflösen lassen.
Wenn du dich mit phpMyAdmin wohlfühlst, kannst du die Tabelle phpbb_log in eine Tabelle, z.B. phpbb_log_bak kopieren und so sichern und dann die ursprüngliche Tabelle leeren, danach sollte der Fehler verschwunden sein.

Sollte das nicht helfen, kannst du die ursprüngliche Tabelle aus der Sicherung wiederherstellen und hast keinen Datenverlust.
Dieses Vorgehen hilft natürlich nur, wenn du in den Logs (alle Logs werden in derselben Tabelle gespeichert!) keine wichtigen Daten hast, die du unbedingt benötigst.

Re: [3.3] Fehlermeldungen nach Umzug

Verfasst: 09.06.2025 11:43
von hausmann
Danke für Deine Antwort und Lösung.

Re: [3.3] Fehlermeldungen nach Umzug

Verfasst: 09.06.2025 12:22
von Mike-on-Tour
Heißt das, es hat funktioniert?

Re: [3.3] Fehlermeldungen nach Umzug

Verfasst: 09.06.2025 12:34
von hausmann
Richtig, Fehlermeldung ist weg. Danke Dir.

Re: [3.3] Fehlermeldungen nach Umzug (Problem gelöst)

Verfasst: 09.06.2025 13:22
von Mike-on-Tour
Prima, danke für die Rückmeldung.