Seite 1 von 1

Who was here- index.php Fehler

Verfasst: 15.12.2009 21:44
von Mofa-Killer
Hi,

Ich hab folgendes Problem bei der installation von NV who was here.
Wenn ich die geänderte index.php hoch lade bekomme ich oben im Header im folgenden Fehler:
// Assign index specific vars[phpBB Debug] PHP Notice: in file /includes/functions.php on line 4183: Cannot modify header information - headers already sent by (output started at /index.php:1)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 4185: Cannot modify header information - headers already sent by (output started at /index.php:1)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 4186: Cannot modify header information - headers already sent by (output started at /index.php:1)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 4187: Cannot modify header information - headers already sent by (output started at /index.php:1)
Wenn ich se original lasse. Funzt alles soweit, bis auf halt bei Wer war online steht das denn:
{ WWH_UPDATE_NEED }
PHPBB-Version: 3.0.6
NV who was here ist auch die aktuellste.

MfG

Re: Who was here- index.php Fehler

Verfasst: 15.12.2009 23:54
von nickvergessen
du hast am Anfang der index.php Leerzeichen eingefügt oder KB:utf8bom nicht beachtet und Umlaute in der Datei mitbenutzt,

Re: Who was here- index.php Fehler

Verfasst: 16.12.2009 10:59
von Mofa-Killer
Hi,

Soweit hab ich den Fehler beseitigt gekriegt.
Jetzt steht nur noch das da:
[qoute]// Assign index specific vars[/quote]

Wie bekomme ich das noch weg. Ein leerzeichen oder sonstiges hab ich nicht am Anfang. Richtig Codiert ist die Datei auch.

MfG

Re: Who was here- index.php Fehler

Verfasst: 16.12.2009 11:58
von nickvergessen
Stell die Datei mal ins Pastebin

Re: Who was here- index.php Fehler

Verfasst: 16.12.2009 14:14
von Mofa-Killer
Hab die Index.php mal reingestellt.
http://pastebin.com/m4328753d

MfG

Re: Who was here- index.php Fehler

Verfasst: 16.12.2009 14:31
von nickvergessen
finde:

Code: Alles auswählen

// Assign index specific vars<?php
ersetze mit:

Code: Alles auswählen

<?php

Re: Who was here- index.php Fehler

Verfasst: 18.12.2009 19:02
von Mofa-Killer
Danke. Hat wunderbar geklappt.

MfG