dshulmistra Posted August 17, 2004 Posted August 17, 2004 I have setup the /includes/config.php file (from other posts) to: define('HTTP_SERVER', 'http://inveniotechnology.com'); define('HTTPS_SERVER', 'https://server6.totalchoicehosting.com/~shulmdj'); define('ENABLE_SSL', true); // secure webserver for checkout procedure? define('HTTP_COOKIE_DOMAIN', 'inveniotechnology.com'); define('HTTPS_COOKIE_DOMAIN', 'inveniotechnology.com'); define('HTTP_COOKIE_PATH', '/store'); define('HTTPS_COOKIE_PATH', '/store'); define('DIR_WS_HTTP_CATALOG', '/store/'); define('DIR_WS_HTTPS_CATALOG', '/store/'); define('DIR_WS_IMAGES', '/store/images/'); define('DIR_WS_ICONS', '/store/icons/'); when i try to login http://inveniotechnology.com/store/index.php i get a cookie usage error "We have detected that your browser does not support cookies..." My browswer is setup fine and the cookies work fine if i do not have SSL enabled. As well, the icons, pictures, etc do not show up. Any idea how to rectify? (hopefully without having to make a duplicate copy in another folder) Please help! Thanks, Dale Quote
TCH-Don Posted August 18, 2004 Posted August 18, 2004 Sorry to late in seeing this. It seems to be working now I went partly through the login and its working for me no errors. Good luck! Quote
dshulmistra Posted August 19, 2004 Author Posted August 19, 2004 thanks don, i appreciate the response! after a lot of hair pulling and head banging i have it working somewhat, although not working properly. i am able to login and add items to the cart however it is acting very strange 1) when i am not logged in and add items to the cart and then attempt to login the items in the cart disappear and there are items that were previously in the cart (from yesterday) 3) even when i'm logged in and add items to the cart, when i checkout it still shows the 1 item that i had in there from yesterday 2) when i go to the store's homepage (while i am logged in) it shows the guest welcome screen any ideas? or what i should look for? here is the configure.php that i now have: define('HTTP_SERVER', 'http://www.inveniotechnology.com'); // eg, http://localhost - should not be empty for productive servers define('HTTPS_SERVER', 'https://server6.totalchoicehosting.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.inveniotechnology.com'); define('HTTPS_COOKIE_DOMAIN', 'server6.totalchoicehosting.com'); define('HTTP_COOKIE_PATH', '/store/'); define('HTTPS_COOKIE_PATH', '/~shulmdj/store/'); define('DIR_WS_HTTP_CATALOG', '/store/'); define('DIR_WS_HTTPS_CATALOG', '/~shulmdj/store/'); many thanks, dale Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.