Guest Posted November 29, 2006 Posted November 29, 2006 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.
Guest Posted November 30, 2006 Posted November 30, 2006 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', '');
Guest Posted November 30, 2006 Posted November 30, 2006 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.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.