Jump to content

Recommended Posts

Posted

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

Posted

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

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...