Guest Posted January 3, 2007 Share Posted January 3, 2007 Please can someone help me with this problem as I can not create or Login to accounts I keep getting the above error message. Link to comment Share on other sites More sharing options...
hldnhsv Posted January 3, 2007 Share Posted January 3, 2007 Please can someone help me with this problem as I can not create or Login to accounts I keep getting the above error message. Do you have SSL turned on. If so is your SSL Shared or private. If shared get the correct Shared SSL address from your provider I had the same problem, with a shared SSL, i found he correct settings of my hosting company. And this problem was fixed. Otherwise navigate to yourdomain.com/shoppingcart/includes/configure.php and change the following ORIGINAL: define('HTTP_SERVER', 'http://domainname.com'); // eg, URL to your store front define('HTTPS_SERVER', 'https://servername/~username'); // Secure URL to your store front through SSL define('ENABLE_SSL', true); // Leave as True. define('HTTP_COOKIE_DOMAIN', 'domainname.com'); define('HTTPS_COOKIE_DOMAIN', 'domainname.com') EDITED: define('HTTP_SERVER', 'http://domainname.com'); // eg, URL to your store front define('HTTPS_SERVER', 'https://servername/~username'); // Secure URL to your store front through SSL define('ENABLE_SSL', false); // Change to false. define('HTTP_COOKIE_DOMAIN', 'domainname.com'); define('HTTPS_COOKIE_DOMAIN', 'domainname.com') Hope this helps Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.