shootingstar Posted July 21, 2004 Posted July 21, 2004 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
241 Posted July 21, 2004 Posted July 21, 2004 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! Is your Osc dated try Phoenix raising oscommerce from the ashes.
shootingstar Posted July 22, 2004 Author Posted July 22, 2004 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!
malyha1 Posted July 22, 2004 Posted July 22, 2004 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
kepa Posted July 22, 2004 Posted July 22, 2004 delete the trailing spaces at the end of application top after the ?>
malyha1 Posted July 22, 2004 Posted July 22, 2004 Thanks for the quick reply. did that but didn't work. Any other solutions?
haphazardlynamed Posted July 22, 2004 Posted July 22, 2004 Is putting sessions into mysql Database mode the only solution? Can't it be fixed while keeping with the temp files method of session storage?
Recommended Posts
Archived
This topic is now archived and is closed to further replies.