PHP Bulletin Board Home
News About Home
Features of phpBB Test drive phpBB Downloads Support for phpBB The phpBB Community Styles for customising phpBB 3rd party modifications to phpBB

Support Home | Knowledge Base Home | Submit Article | Search Articles | Browse Articles
 Headers already sent at Lycos/MultiMania/Tripod 
Description: How to fix 'Cannot add header information' errors at tripod.
Author: programhouze
Date: Tue Oct 29, 2002 4:40 pm
Type: Fix
Keywords: tripod, lycos, multimania, headers, already, sent, register, update, change, profile
Category: Miscellanea
In Includes--->find page_header.php then scroll down to the bottom of the page. You should see these codes down there, make sure your in something like Notepad or Word or whatever to edit it. Here are the codes:

Quote:
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');


Put the @ symbols infront of those codes so they look like this then.

Quote:
@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');


(fix provided by Fubonis)

Save it then and re-upload and CHMOD it 644 again. Thats it, it should be ok then, I haven't gotten any errors since then.

Username: Password:
News | Features | Demo | Downloads | Support | Community | Styles | Mods | Links | Merchandise | About | Home
 © Copyright 2002 The phpBB Group.