Seite 1 von 1

Registrierungsproblem

Verfasst: 23.03.2012 16:01
von the_zoker_09
Hallo zusammen,

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)
Ausserdem steht noch da, das der Benutzername Zeichen enthält, die nicht zu lässig sind.

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

Re: Registrierungsproblem

Verfasst: 23.03.2012 16:09
von the_zoker_09
Ok hab das Problem teilweise gelöst:

Hatte falsche Formatierung (UTF-8).

Aber das Problem bleibt.

Re: Registrierungsproblem

Verfasst: 23.03.2012 17:58
von Mahony
Hallo
siehe dazu KB:headers_already_sent


Grüße: Mahony