Seite 1 von 1

login problem

Verfasst: 14.01.2009 23:52
von chris1278
also ich habe folgendes problem. (allerdings nur beim hoster local geht alles ohne probleme)

ich benutze phpbb 3.0.4.

folgende mods sind eingebaut:

'BugTracker' Version 0.2.0 von Christian_N
milestone_comgratulations 1.2.
ACP_ADD_USER_MOD ver. 1.0.1
'ACP User Email List Mod' Version 1.2.1
'Automatic DST' Version 1.0.6 (automatische Sommerzeit)
board3portal 1.0.2
bump Warning 1.0.0
did you know 1.2.0
mod ajax user info 1.0.2
NV_Who_was_here 1.0.0 rc1
support ticket system 1.0.2
'BBCodeBox3 Expanded Version' Version 1.0.7
'Imprint' Version 0.1.6 (impressum von tas2580 von http://www.phpbb-seo.de
'MOD Version Check' Version 1.0.2 (von handyman)
NV_ advance_last_topic_titles 1.2.8
NV_advanced_word_censor 0.0.1
NV_Exif_data 1.2.0
NV_newspage 1.0.0
NV_recent_topics 1.0.3
NV_usertopics 1.0.0
phpbb_gallerie 0.4.1
smilie_creator 1.0.6
'user guestbook' Version 1.1.0 (von the count)

So also wie gesagt bei mir local auf meinem wamp läuft das alles ohne probleme.

jetzt hab ich das auf meinem webhoster hochgeladen inklusive datenbank:

dann meldet der fehler.

zb. beim registrieren:

dann kommt oben (header bzw. kopfbereich:
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3824: Cannot modify header information - headers already sent by (output started at /includes/functions_user.php:1)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3826: Cannot modify header information - headers already sent by (output started at /includes/functions_user.php:1)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3827: Cannot modify header information - headers already sent by (output started at /includes/functions_user.php:1)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3828: Cannot modify header information - headers already sent by (output started at /includes/functions_user.php:1)
bedauerlicher weise hat meine functions_user.php nur 3385 zeilen.

und dann kommt da noch das wenn ich versuche mich eizuloggen.

da kommt dann dieses bild hier:
Hier zu sehen

bitte um rat

Re: login problem

Verfasst: 14.01.2009 23:57
von Metzle
Hallo,

hat deine functions_user.php zufällig eine Leerzeile zu Beginn oder ist im falschen Modus hochgeladen worden? Wenn ja, raus damit ;)

KB:headers_already_sent

Re: login problem

Verfasst: 15.01.2009 00:05
von chris1278
das wars. ich wusste schon die ganze zeit das da ein fehler war aber das er auch genau da sitzt. hatte beim modden vor der <?php ein f stehen also so f<?php

ständig tauchte an manchen stellen ein f im kopf bereich auf und ich hab mich gefragt woher. vielen dank.