Seite 1 von 1

Problem bei Registration

Verfasst: 30.07.2009 14:42
von Crizzo
Hi!

Heute habe ich durch Zufall entdeckt, dass meine Registration defekt ist.

Ist der Nutzer, der sich registrieren will an dem Punkt gelandet, wo er seine Daten eingegeben muss und das Captcha auszufüllen hat, kommen diese Fehler über dem Header:

Code: Alles auswählen

[phpBB Debug] PHP Notice: in file /includes/ucp/ucp_register.php on line 488: mt_rand() expects parameter 1 to be long, string given
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3837: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3247)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3839: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3247)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3840: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3247)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3841: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3247)
Gleichzeitig ist das Captcha leer.

Ich hab jetzt schon die Standard phpbb3.0.5 ucp_register.php verwendet, falls da irgendwas nicht stimmt und weil ich gerade nicht weiß, ob ich da jemals was verändert hatte.

Seit wann der Fehler ist, weiß ich leider nicht.
Link: http://www.squadrevolution.de/
phpbb3.0.5
Style basiert auf prosilver.

Gruß
Christian

Re: Problem bei Registration

Verfasst: 30.07.2009 14:57
von SCWfan06
Schau mal hier:
KB:headers_already_sent

Re: Problem bei Registration

Verfasst: 30.07.2009 15:41
von Mahony
Hallo BlackHawk87
Vielleicht hilft dir das hier weiter http://www.phpbb.com/community/viewtopi ... &t=1709585


Grüße: Mahony

Re: Problem bei Registration

Verfasst: 30.07.2009 16:42
von Crizzo
Danke, Mahony.

Das war es. :)