RandyKasir Posted June 27, 2007 Share Posted June 27, 2007 When I select Add to Cart on an item I am directed to my What's In My Cart site where it states Your Shopping Cart is empty! My host server did an install from its control panel so I think the configure.php server/cookie setting should be right. I've tried almost everything with no result. define('HTTP_SERVER', 'http://meditrinemedical.com'); // eg, http://localhost - should not be empty for productive servers define('HTTPS_SERVER', 'http://meditrinemedical.com'); // eg, https://localhost - should not be empty for productive servers define('ENABLE_SSL', true); // secure webserver for checkout procedure? define('HTTP_COOKIE_DOMAIN', 'meditrinemedical.com'); define('HTTPS_COOKIE_DOMAIN', 'meditrinemedical.com'); define('HTTP_COOKIE_PATH', '/meditrinemedical.com/osCommerce/'); define('HTTPS_COOKIE_PATH', '/meditrinemedical.com/osCommerce/'); define('DIR_WS_HTTP_CATALOG', '/osCommerce/'); define('DIR_WS_HTTPS_CATALOG', '/osCommerce/'); 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/'); Any help will be great! Thx Link to comment Share on other sites More sharing options...
Guest Posted June 28, 2007 Share Posted June 28, 2007 I'm having similar problems, but I believe my problem is with the mods I've done to the cart. Yours is a standard, fresh install. Be sure you have register_globals set to On in your php.ini file (root access required). Also be sure you have your sessions and cache directories in place with the correct permissions. Setup your admin area correctly concerning cookies, cache & sessions. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.