Ich habe ein Problem:
Immer wenn man versucht, sich in meinem Forum anzumelden, erscheint oben dieser Fehler:
Code: Alles auswählen
[phpBB Debug] PHP Warning: in file /includes/functions_user.php on line 1570: preg_match() [function.preg-match]: Compilation failed: invalid UTF-8 string at offset 10
[phpBB Debug] PHP Warning: in file /includes/functions.php on line 4774: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3772)
[phpBB Debug] PHP Warning: in file /includes/functions.php on line 4776: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3772)
[phpBB Debug] PHP Warning: in file /includes/functions.php on line 4777: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3772)
[phpBB Debug] PHP Warning: in file /includes/functions.php on line 4778: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3772)
Das hier ist meine Zeichenanfoderung:
$regex = '[ A-Za-zäöüÄÖÜß]+';
Aber mit "Max Mustermann" kommt der obrige Fehler.
Is da noch was falsch?
Vielen Dank
the_zoker_09