Hacks4wbb by HFW™ (https://hacks4wbb.de/index.php)
- WBB Bereich (https://hacks4wbb.de/board.php?boardid=20)
--- wbb 2 PHP_4/5 (https://hacks4wbb.de/board.php?boardid=393)
------ WBB 2.3 Forum (https://hacks4wbb.de/board.php?boardid=246)
---------- Hilfe & Suche & Archiv wbb2.3 (https://hacks4wbb.de/board.php?boardid=400)
----------- WBB 2.3 Hilfe (https://hacks4wbb.de/board.php?boardid=249)
------------ Board Fehler Bekomme Fehler beim Antworten und erstellen von Threads (https://hacks4wbb.de/thread.php?threadid=28112)


Geschrieben von M-Arens am 23.12.2006 um 10:11:

  Bekomme Fehler beim Antworten und erstellen von Threads

Hallo,

ich habe mir eben den Performance-Statistik Hack eingebaut und bekomme seit dem diesen Fehler:
Zitat:
Warning: Cannot modify header information - headers already sent by (output started at /srv/www/htdocs/web91/html/forum/global.php:591) in /srv/www/htdocs/web91/html/forum/thread.php on line 333


Hier mal was in der thread.php steht:
php:
1:
2:
3:
4:
5:
6:
7:
function firstnew($lastvisit) {
        global $visible$db$n$SID_ARG_2ND_UN$threadid$url2board;
        $result $db->query_first("SELECT postid FROM bb".$n."_posts WHERE threadid='".$this->threadid."' AND posttime>'".$lastvisit."' $visible ORDER BY posttime ASC"1);
        if ($result['postid']) header("Location: thread.php?postid=".$result['postid'].$SID_ARG_2ND_UN."#post$result[postid]");
        else header("Location: thread.php?goto=lastpost&threadid=".$threadid.$SID_ARG_2ND_UN);
        exit;
    }

Das sind die Zeilen 329-335

Und in der Global steht an der stelle nichts, das ist die letzte Zeile.

Woran kann das liegen? Ich habe genau nach anleitung eingebaut.
Habe die Anleitung mal angehängt.

Edit:

Habe den HAck wieder ausgebaut. Kann mir trotzdem einer sagen woran das liegen kann??



Geschrieben von fraiser am 23.12.2006 um 13:28:

 

http://www.phpbb.de/doku/kb/artikel.php?artikel=84


Forensoftware: Burning Board 2.3.6, entwickelt von WoltLab GmbH