Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Warning:session_start()


shootingstar

Recommended Posts

Posted

I am getting the following error message after typing in a new url for my secured server. I swear I didn't change anything else and can't make it go away even when I go back and put the old one in. Any suggestions??? I checked for extra spaces as suggested in the knowledge base. I am not even sure if I am supposed to be checking the configure.php or the sessions.php for the problem. Help!!

Warning: session_start(): Cannot send session cookie - headers already sent by (output started at /home/shooti4/public_html/osCommerce/includes/configure.php:45) in /home/shooti4/public_html/osCommerce/includes/functions/sessions.php on line 67

 

Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at /home/shooti4/public_html/osCommerce/includes/configure.php:45) in /home/shooti4/public_html/osCommerce/includes/functions/sessions.php on line 67

Posted

SESSION DIRECTORY DOES NOT EXIST

 

change the last line in the following files

 

catalog/includes/configure.php

admin/includes/configure.php

 

from

define('STORE_SESSIONS', '');

to

define('STORE_SESSIONS', 'mysql');

No longer giving free advice. Please place deposit in meter slot provided.  Individual: [=] SME: [==] Corporation: [===]
If deposit does not fit one of the slots provided then you are asking too much! :P

Is your Osc dated try Phoenix  raising oscommerce from the ashes.

Posted

Hey Steve,

Adding 'mysql' did the trick. I still can't figure out what changed so that I had to do that, but I guess some mystery in life is good. Thanks to you and all who participate in this forum, I am learning a whole lot as I go!

Posted

I get this error. I tried your suggestion but it was already set as you stated. Any other reasons might cause it?

 

Warning: session_start(): Cannot send session cookie - headers already sent by (output started at /var/www/html/cart/includes/application_top.php:1) in /var/www/html/cart/includes/functions/sessions.php on line 67

 

Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at /var/www/html/cart/includes/application_top.php:1) in /var/www/html/cart/includes/functions/sessions.php on line 67

Archived

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

×
×
  • Create New...