ok i also had this problem with the categories not showing up in NONSSL mode when the cache was turned on.......for me the solution was not to turn it off but to find out why..
Has somethign to do with the subdomain (for me anyways)
The FIx:
(because people should always post what the fix is not just "thanks no help need now as i found a solution"- I hate seeing that without a solution post)
// Define the webserver and path parameters
// * DIR_FS_* = Filesystem directories (local/physical)
// * DIR_WS_* = Webserver directories (virtual/URL)
define('HTTP_SERVER', 'http://hydroponic.medical-marijuana-system.com'); // eg, http://localhost - should not be empty for productive servers
define('HTTPS_SERVER', 'https://www2.securevaults.com/~mms1web/hydroponic'); // eg, https://localhost - should not be empty for productive servers
define('ENABLE_SSL', true); // secure webserver for checkout procedure?
// changing this solved the categories cache problem
// define('HTTP_COOKIE_DOMAIN', 'hydroponic.medical-marijuana-system.com');
define('HTTP_COOKIE_DOMAIN', 'www.medical-marijuana-system.com/hydroponic');
// end of change
define('HTTPS_COOKIE_DOMAIN', 'www2.securevaults.com/~mms1web/hydroponic');
define('HTTP_COOKIE_PATH', '/');
define('HTTPS_COOKIE_PATH', '/');
define('DIR_WS_HTTP_CATALOG', '/');
define('DIR_WS_HTTPS_CATALOG', '/');
define('DIR_WS_IMAGES', 'images/');
define('DIR_WS_ICONS', DIR_WS_IMAGES . 'icons/');
define('DIR_WS_INCLUDES', 'includes/');
define('DIR_WS_BOXES', DIR_WS_INCLUDES . 'boxes/');
define('DIR_WS_FUNCTIONS', DIR_WS_INCLUDES . 'functions/');
define('DIR_WS_CLASSES', DIR_WS_INCLUDES . 'classes/');
define('DIR_WS_MODULES', DIR_WS_INCLUDES . 'modules/');
define('DIR_WS_LANGUAGES', DIR_WS_INCLUDES . 'languages/');
Regards
crshNbrn
hope it works for others




LinkBack URL
About LinkBacks









Bookmarks