Page 1 of 1

Fehlermeldung bei der INstallation

Posted: Tue 31. Mar 2009, 11:25
by Pete
Hallo,

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

Code: Select all


[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

Re: Fehlermeldung bei der INstallation

Posted: Tue 31. Mar 2009, 15:27
by Marc
Versuch mal das hier:
Öffne install/install_install.php

Finde:

Code: Select all

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

Code: Select all

'BODY'		=> $user->lang['STAGE_ADVANCED_SUCCESSFUL'],

Re: Fehlermeldung bei der INstallation

Posted: Tue 31. Mar 2009, 16:14
by Pete
Danke , das wars :-)

pete