Maybe someone knows it now.
I had installed phpbb 2.0.1 on lycos but i get a few errors where i want a sollution for. I get this errors when i register:
Code: Select all
Warning: Cannot add header information - headers already sent in page_header.php on line 449
Warning: Cannot add header information - headers already sent by (output started at /data/members/free/tripod/nl/h/e/r/heras_online/htdocs/test/php2bb/includes/page_header.php:449) in page_header.php on line 450
Warning: Cannot add header information - headers already sent by (output started at /data/members/free/tripod/nl/h/e/r/heras_online/htdocs/test/php2bb/includes/page_header.php:449) in page_header.php on line 451
header ('Cache-Control: private, pre-check=0, post-check=0, max-age=0');
header ('Expires: ' . gmdate('D, d M Y H:i:s', time()) . ' GMT');
header ('Last-Modified: ' . gmdate('D, d M Y H:i:s') . ' GMT');
to:
@header ('Cache-Control: private, pre-check=0, post-check=0, max-age=0');
@header ('Expires: ' . gmdate('D, d M Y H:i:s', time()) . ' GMT');
@header ('Last-Modified: ' . gmdate('D, d M Y H:i:s') . ' GMT');
And this should surpress error messages, they told me.
User Kail came with this reply on an other topic of me about this problem and he said this:
"Yes, but after a while new posts and topics will stop to show up as the browser only will show documents from the cache. You'll need to reload in order to make them appear."
Now my questions:
Has there been an sollution for this ?
And what do i need to do to let it work as i must be ?