jonw118 Posted August 23, 2005 Posted August 23, 2005 I have a root SSL for my site that was purchased. The SSL is issued to the www. I went into the config and changed the file to reflect all changes need for the SSL. Now on every page this error is at the top of the page: Warning: session_start(): Cannot send session cookie - headers already sent by (output started at /h15/mctjewel/catalog/includes/configure.php:1) in /h15/mctjewel/catalog/includes/functions/sessions.php on line 67 Can anyone tell me what this means? Here are my config.php settings: define('HTTP_SERVER', 'http://www.mysite.com'); // eg, http://localhost - should not be empty for productive servers define('HTTPS_SERVER', 'https://www.mysite.com'); // eg, https://localhost - should not be empty for productive servers define('ENABLE_SSL', true); // secure webserver for checkout procedure? define('HTTP_COOKIE_DOMAIN', 'www.mysite.com'); define('HTTPS_COOKIE_DOMAIN', 'www.mysite.com'); define('HTTP_COOKIE_PATH', '/'); define('HTTPS_COOKIE_PATH', ''); define('DIR_WS_HTTP_CATALOG', '/catalog/'); define('DIR_WS_HTTPS_CATALOG', '/'); THANKS so much for any help
AlanR Posted August 23, 2005 Posted August 23, 2005 http://www.oscommerce.info/kb/osCommerce/G...mon_Problems/15 Local: Mac OS X 10.5.8 - Apache 2.2/php 5.3.0/MySQL 5.4.10 • Web Servers: Linux Tools: BBEdit, Coda, Versions (Subversion), Sequel Pro (db management)
Recommended Posts
Archived
This topic is now archived and is closed to further replies.