session cookie and cache

Helpdesk for my helpdesk software

Moderator: mkoch227

Post Reply
Guest

session cookie and cache

Post 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
Klemen
Site Admin
Posts: 10139
Joined: Fri Feb 11, 2005 4:04 pm

Post 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,
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here Image

Image You should follow me on Twitter here

Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...

Also browse for php hosting companies, read php books, find php resources and use webmaster tools
Post Reply