Page 1 of 1

session cookie and cache

Posted: Thu May 05, 2005 2:54 am
by Guest
something wrong

Warning: session_start(): Cannot send session cookie - headers already sent by (output started at /var/www/helpdesk/hesk_settings.inc:1) in /var/www/helpdesk/inc/common.inc on line 251

Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at /var/www/helpdesk/hesk_settings.inc:1) in /var/www/helpdesk/inc/common.inc on line 251


can you tell me how to solve

thanks

Posted: Thu May 05, 2005 8:02 am
by Klemen
Hi,

Something is wrong in your hesk_settings.inc file. Your file should start with

Code: Select all

<?php
and end with

Code: Select all

?>
. There must be NO spaces or anything before the <?php and behind the ?> tags.

Check that and if you can't find the reason paste your entire hesk_settings.inc file here.

Regards,