1

Temat: "Cannot modify header "

Witam
zainstalowałem forum punbb oraz dodatek Poki BB Gallery - v2.0 Beta oraz mod GG i Tlen. Wszystko działa bardzo dobrze tylko jeden użytkownik ma problem, niemoże wejść do galeri bo mu jakieś "krzaki" wyskakują w rozadju:

Warning: Cannot modify header information - headers already sent by (output started at /srv/free/act2365/Forum/config.php:2) in /srv/free/act2365/Forum/gallery.php on line 133

oraz jak wchodzi na forum to coś takiego:

Warning: Cannot modify header information - headers already sent by (output started at /srv/free/act2365/Forum/config.php:2) in /srv/free/act2365/Forum/header.php on line 31Warning: Cannot modify header information - headers already sent by (output started at /srv/free/act2365/Forum/config.php:2) in /srv/free/act2365/Forum/header.php on line 32Warning: Cannot modify header information - headers already sent by (output started at /srv/free/act2365/Forum/config.php:2) in /srv/free/act2365/Forum/header.php on line 33Warning: Cannot modify header information - headers already sent by (output started at /srv/free/act2365/Forum/config.php:2) in /srv/free/act2365/Forum/header.php on line 34

W php jestem bardzo początkujący. Czy da się to jakoś naprawić ? użytkownik ten używa IE jak inni, tylko jemu niechodzi jak powinno, normalnie się zarejestrował i normlanie też może się zalogować.

Pozdrawiam Vons

2

Odp: "Cannot modify header "

mogą być problemy z galerią...
szczerze to nie rozumiem dlaczego tak może być
daj linie 34 header.php

Pozdrawiam
Mateusz Wojnarowski

3

Odp: "Cannot modify header "

Wstaw na początku pliku(nic nad tym ma nie być)
<? ob_start(); ?>

http://signer.idn.net.pl/static/Ed.png

4

Odp: "Cannot modify header "

header('Expires: Thu, 21 Jul 1977 07:30:00 GMT');    // When yours truly first set eyes on this world! smile
header('Last-Modified: '.gmdate('D, d M Y H:i:s').' GMT');
header('Cache-Control: post-check=0, pre-check=0', false);
header('Pragma: no-cache');        // For HTTP/1.0 compability

ostatnia linijka to linijka 34.

<? ob_start(); ?> rozumiem że mam wstawić na początku w header.php ?

5

Odp: "Cannot modify header "

tak, ma nic nie być przed tym big_smile

http://signer.idn.net.pl/static/Ed.png