Fehlermeldung bei der INstallation

Aktuelle Version: 1.0.2
Veröffentlicht: 25.04.2010
Post Reply
Pete
Newbie
Newbie
Posts: 2
Joined: Tue 31. Mar 2009, 11:22
phpbb.com: pete

Fehlermeldung bei der INstallation

Post 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
User avatar
Marc
Administrator
Administrator
Posts: 620
Joined: Tue 2. Sep 2008, 22:48
phpbb.com: Marc
Location: Munich
Contact:

Re: Fehlermeldung bei der INstallation

Post 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'],
Image
Pete
Newbie
Newbie
Posts: 2
Joined: Tue 31. Mar 2009, 11:22
phpbb.com: pete

Re: Fehlermeldung bei der INstallation

Post by Pete »

Danke , das wars :-)

pete
Post Reply