youcool51 Posted July 9, 2008 Posted July 9, 2008 Hi all, As title says, everything was okay but when i click CHECKOUT button, all the products disappear from my checkout_confirmation.php and shopping_cart.php, i insert "print_r($_SESSION)" in header.php to check where goes wrong, i found that everytime in checkout_XXX.php, the languages_id was empty in Array. So i musta confirm the language(press the flag) let languages_id appear again, but even i do so, when i go back checkout_XXX.php, the languages_id just empty again... :( i searched forums but i can't find any solution with this any good idea? (my osc using 2 languages and SSL was disabled, session stroed in mysql)
FIMBLE Posted July 9, 2008 Posted July 9, 2008 Check you configure files for the correct https cookie path, if you are going from normal to SSL this can cause the problem Nic Sometimes you're the dog and sometimes the lamp post [/url] My Contributions
youcool51 Posted July 9, 2008 Author Posted July 9, 2008 Nic, thanks for ur reply! but i didnt use https, my configure.php set as follow: define('HTTP_SERVER', 'http://localhost); define('HTTPS_SERVER', ''); define('ENABLE_SSL', false); define('HTTP_COOKIE_DOMAIN', '/catalog'); define('HTTPS_COOKIE_DOMAIN', ''); define('HTTP_COOKIE_PATH', '/'); define('HTTPS_COOKIE_PATH', ''); define('DIR_WS_HTTP_CATALOG', '/'); define('DIR_WS_HTTPS_CATALOG', '');
Recommended Posts
Archived
This topic is now archived and is closed to further replies.