Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

category links switching between live shop and dev shop


Guest

Recommended Posts

Posted

Hi,

 

My category box links seem to be switching between my live shop and my dev shop. I checked the configure files of both shops and nothing seems out of place. Except for the cookie path I just have my domain name. Could this be the problem? Should I be more specific?

 

Live shop: http://www.mpm.org.au/shop/

 

dev shop is password protected.

Posted
Except for the cookie path I just have my domain name. Could this be the problem? Should I be more specific?

 

further, from my configure.php files

 

devshop:

define('HTTP_COOKIE_DOMAIN', 'www.mpm.org.au');

define('HTTPS_COOKIE_DOMAIN', '');

define('HTTP_COOKIE_PATH', '/shop_dev/');

define('HTTPS_COOKIE_PATH', '');

 

live shop:

define('HTTP_COOKIE_DOMAIN', 'www.mpm.org.au');

define('HTTPS_COOKIE_DOMAIN', '');

define('HTTP_COOKIE_PATH', '/shop/');

define('HTTPS_COOKIE_PATH', '');

Posted

Both shops were using the same tmp file for the cache. I fixed it by making a tmp2 folder and changing the path to it admin/cache and sessions.

Archived

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

×
×
  • Create New...