View Single Post
Old 01-01-2008, 02:13 PM   #2 (permalink)
Alan @ CIT
Member of the Month
The Frequenter
Member of the Month Top Contributor 
 
Alan @ CIT's Avatar
 
Join Date: Apr 2005
Location: South UK
Posts: 483
Thanks: 51
Alan @ CIT is on a distinguished road
Default

Hi,

This message means that your script has already output something before the cookie information is sent.

Often this is caused by a notice/warning that PHP is sending. Try putting:

PHP Code:
error_reporting(E_ALL); 
as the very first line of your script and see if PHP then shows the errors.

Also, check that config.php isn't sending any output (even a blank space/line) and make sure that "display_errors" is set to true in your php.ini (if you have access to it)

Alan
Send a message via MSN to Alan @ CIT
Alan @ CIT is offline  
Reply With Quote