Hi,
I'm trying to setup my site. I added categories and products and everything goes fine.
I just have two problems at this point:
1- When clicking on 'Buy Now' and 'Add to basket' i get to the cart page but says 'Your Shopping Cart is empty!'. So it's not adding products to the cart.
2- I created an account. The account is in the database but when i try to Log In, i get to the main page but I'm not logged in.
I don't know what info do you need to help with this. I copy here my configure.php
define('HTTP_SERVER', 'http://localhost:8888');
define('HTTPS_SERVER', 'http://localhost:8888');
define('ENABLE_SSL', false);
define('HTTP_COOKIE_DOMAIN', 'localhost');
define('HTTPS_COOKIE_DOMAIN', 'localhost');
define('HTTP_COOKIE_PATH', '/catalog/');
define('HTTPS_COOKIE_PATH', '/catalog/');
define('DIR_WS_HTTP_CATALOG', '/catalog/');
define('DIR_WS_HTTPS_CATALOG', '/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/');
define('DIR_WS_DOWNLOAD_PUBLIC', 'pub/');
define('DIR_FS_CATALOG', '/Applications/MAMP/htdocs/catalog/');
define('DIR_FS_DOWNLOAD', DIR_FS_CATALOG . 'download/');
define('DIR_FS_DOWNLOAD_PUBLIC', DIR_FS_CATALOG . 'pub/');
// define our database connection
define('DB_SERVER', 'localhost');
define('DB_SERVER_USERNAME', 'admin');
define('DB_SERVER_PASSWORD', 'admin');
define('DB_DATABASE', 'vinos_arg_db');
define('USE_PCONNECT', 'false');
define('STORE_SESSIONS', 'mysql');
I'm working on OSX with MAMP on local.
Thanks in advace guy
Regards,
Gonzalo





LinkBack URL
About LinkBacks











Bookmarks