Fehlermeldung bei der INstallation

Aktuelle Version: 1.0.2
Veröffentlicht: 25.04.2010
Pete
Newbie
Newbie
Beiträge: 2
Registriert: Di 31. Mär 2009, 12:22
phpbb.com: pete

Fehlermeldung bei der INstallation

Beitrag von Pete »

Hallo,

habe deine Statistik neu installiert phpBB3.0.4 und bekomme diese Fehlermeldung

Code: Alles auswählen


[phpBB Debug] PHP Notice: in file /install/install_install.php on line 244: Undefined variable: create
[phpBB Debug] PHP Notice: in file /install/index.php on line 287: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3213)
[phpBB Debug] PHP Notice: in file /install/index.php on line 288: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3213)
[phpBB Debug] PHP Notice: in file /install/index.php on line 289: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3213)
[phpBB Debug] PHP Notice: in file /install/index.php on line 290: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3213)
Irgendwelche Ideen dazu? wäre super, Die Änderunge nochmals überprüft die sind korrekt

Pete
Benutzeravatar
Marc
Administrator
Administrator
Beiträge: 620
Registriert: Di 2. Sep 2008, 23:48
phpbb.com: Marc
Wohnort: Munich

Re: Fehlermeldung bei der INstallation

Beitrag von Marc »

Versuch mal das hier:
Öffne install/install_install.php

Finde:

Code: Alles auswählen

'BODY'		=> (!$create) ? $user->lang['STAGE_ADVANCED_EXPLAIN'] : $user->lang['STAGE_ADVANCED_SUCCESSFUL'],
Ersetze durch:

Code: Alles auswählen

'BODY'		=> $user->lang['STAGE_ADVANCED_SUCCESSFUL'],
Bild
Pete
Newbie
Newbie
Beiträge: 2
Registriert: Di 31. Mär 2009, 12:22
phpbb.com: pete

Re: Fehlermeldung bei der INstallation

Beitrag von Pete »

Danke , das wars :-)

pete