alexlewicki Posted February 6, 2009 Share Posted February 6, 2009 Hi, i recently installed osc after having to delete many files in my directory(some of which i accidently delted) so it wouldnt conflict. I managed to install osc and its all running great except i get this message when i either try to click on "my account" or "checkout": Error Code -122363 What should i do? Link to comment Share on other sites More sharing options...
germ Posted February 6, 2009 Share Posted February 6, 2009 That error is usually associated with having SSL enabled but no SSL certificate installed. If that is the case, disable SSL in your catalog configure file like this: define('HTTPS_SERVER', ''); // eg, https://localhost - should not be empty for productive servers define('ENABLE_SSL', false); // secure webserver for checkout procedure? define('HTTPS_COOKIE_DOMAIN', ''); define('HTTPS_COOKIE_PATH', ''); If I suggest you edit any file(s) make a backup first - I'm not perfect and neither are you. "Given enough impetus a parallelogramatically shaped projectile can egress a circular orifice." - Me - "Headers already sent" - The definitive help "Cannot redeclare ..." - How to find/fix it SSL Implementation Help Like this post? "Like" it again over there > Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.