Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Major SSL Problem


jonw118

Recommended Posts

Posted

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

Archived

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

×
×
  • Create New...