Seite 1 von 1

Fehlermeldung bei Beitragsänderung Bitte Hilfe

Verfasst: 08.11.2013 11:56
von Dr_pc
Hi Leutz, meine PhPBB Version: Derzeit installierte Version3.0.12 mit Portal.
ich bekomme wenn ich einen Beitrag ändere, folgende Debug Fehlermeldung:

Code: Alles auswählen

[phpBB Debug] PHP Warning: in file [ROOT]/includes/message_parser.php on line 69: preg_match() [function.preg-match]: Delimiter must not be alphanumeric or backslash
[phpBB Debug] PHP Warning: in file [ROOT]/includes/message_parser.php on line 69: preg_match() [function.preg-match]: Delimiter must not be alphanumeric or backslash
[phpBB Debug] PHP Warning: in file [ROOT]/includes/message_parser.php on line 69: preg_match() [function.preg-match]: Delimiter must not be alphanumeric or backslash
[phpBB Debug] PHP Warning: in file [ROOT]/includes/message_parser.php on line 69: preg_match() [function.preg-match]: Delimiter must not be alphanumeric or backslash
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4764: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3887)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4766: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3887)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4767: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3887)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4768: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3887)
Oder folgende Meldung aus dem ACL:

Code: Alles auswählen

[phpBB Debug] PHP Warning: in file [ROOT]/includes/message_parser.php on line 69: preg_match() [function.preg-match]: Delimiter must not be alphanumeric or backslash
[phpBB Debug] PHP Warning: in file [ROOT]/includes/message_parser.php on line 69: preg_match() [function.preg-match]: Delimiter must not be alphanumeric or backslash
[phpBB Debug] PHP Warning: in file [ROOT]/includes/message_parser.php on line 69: preg_match() [function.preg-match]: Delimiter must not be alphanumeric or backslash
[phpBB Debug] PHP Warning: in file [ROOT]/includes/message_parser.php on line 69: preg_match() [function.preg-match]: Delimiter must not be alphanumeric or backslash

Warning: Cannot modify header information - headers already sent by (output started at /www/htdocs/xxxxxx/forum2/includes/functions.php:3887) in /www/htdocs/xxxxxx/forum2/includes/functions.php on line 4764

Warning: Cannot modify header information - headers already sent by (output started at /www/htdocs/xxxxxx/forum2/includes/functions.php:3887) in /www/htdocs/xxxxxx/forum2/includes/functions.php on line 4766

Warning: Cannot modify header information - headers already sent by (output started at /www/htdocs/xxxxxx/forum2/includes/functions.php:3887) in /www/htdocs/xxxxxx/forum2/includes/functions.php on line 4767

Warning: Cannot modify header information - headers already sent by (output started at /www/htdocs/xxxxxx/forum2/includes/functions.php:3887) in /www/htdocs/xxxxxx/forum2/includes/functions.php on line 4768
Danach erscheint aber die richtige Korrektur.
Wo liegt das Problem? Bitte um Hilfe

Re: Fehlermeldung bei Beitragsänderung Bitte Hilfe

Verfasst: 08.11.2013 17:46
von gn#36
Hast du weitere Mods installiert? Sind custom BBcodes vorhanden? Zu welchem Zeitpunkt kommt die Fehlermeldung im ACP?

Das Problem scheint daher zu kommen, dass die Suchmuster für vier BBcodes nicht korrekt gesetzt sind.

Wenn custom BBcodes vorhanden sind würde ich diese Sichern, dann entfernen und schauen ob der Fehler bestehen bleibt. Falls nicht, anschließend schrittweise wieder hinzufügen bis der Fehler wieder auftritt. Wenn der Fehler trotzdem auftritt erst mal rauslassen und ggf. später wieder einfügen.

Falls das das Problem nicht löst würde ich, sofern dort keine Mods drin installiert sind versuchen, die includes/message_parser.php neu hochzuladen. Wenn doch würde ich die korrekte Installation selbiger Mods noch mal überprüfen, ggf. neu durchführen. Relevant ist insbesondere die Methode "bbcode_init".

Re: Fehlermeldung bei Beitragsänderung Bitte Hilfe

Verfasst: 08.11.2013 19:00
von Dr_pc
Danke, das war es!!!

Dank danke.

Ich hatte aus einer älteren phpbb3 Datenbank die BBCODEs importiert.
Nun habe ich diese gelöscht und es geht alles wieder fehlerfrei.

Gruß Dr_pc