Jump to content

Cannot send session cookie error Driving me NUTS


m82492

Recommended Posts

Can someone help out a noob here? I'm trying to load a script onto my new server and all appears to have went well except for the following errors on my page:

 

Warning: session_start() [function.session-start]: Cannot send session cookie - headers already sent by (output started at /home/m82492/public_html/includes/configure.php:68) in /home/m82492/public_html/includes/functions/sessions.php on line 60

 

Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /home/m82492/public_html/includes/configure.php:68) in /home/m82492/public_html/includes/functions/sessions.php on line 60

 

 

From searchin on here and the net these seem to be fairly common errors but I can't seem to find any clear cut instructions for fixing them.

 

Whatever I need to post to fix this I will. Please HELP!

 

Site is www.ebookliquidator.com

 

Thanks in advance!

I did read that you need to have sessions start prior to html but I haven't been able to find any html prior to the sessions start anywhere. I also tried reloading the script and it still shows these errors. Very frustrating and I'll probably want to scream when I see how simple it is to take care of.

Post what is on /includes/configure.php:68 line 68 of that file.

 

Dang it! With one question you fixed my problem along with some reading I did here earlier. I checked Line 68 earlier and thought it was odd because nothing was on it. I read a bit later that blank lines can cause this problem but didn't put 2 and 2 together. After you asked this I went back and found numerous blank lines. I deleted them and it fixed it.

 

I feel like a true moron! Thanks for your help!

Matt

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.