This is a discussion on Customer cannot login, redirected back to login page within the osCMax v1.7 Installation forums, part of the osCMax v1.7 Forums category; Im stumped I can create customer accounts all day long, but when I attempt to login as a returning customer, ...
| |||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
|
#1
| |||
| |||
| Im stumped I can create customer accounts all day long, but when I attempt to login as a returning customer, the page flashes briefly and brings me back to the login page. If I have items in my cart and attempt to login to checkout it does the same as before, but also dumps my cart too. Im running on: IIS 5.0 MySQL 4.1.9 PHP 4.3.10 site is http://www.4trm.com/catalog/index.php Any help would be GREAT!!! |
|
#2
| |||
| |||
| Does anyone have any idea to help me? I cant for the life of me figure out why this is happening. I can go into the admin side and see that they have logged in but, the customer still gets thrown back to the login page and dumps his/her shopping cart. This is the one thing that is keeping me from going live with this, and it has begun to drive me nuts |
|
#3
| |||
| |||
| here is my catalog/includes/configure.php file. <?php /* osCommerce, Open Source E-Commerce Solutions http://www.oscommerce.com Copyright (c) 2003 osCommerce Released under the GNU General Public License */ // Define the webserver and path parameters // * DIR_FS_* = Filesystem directories (local/physical) // * DIR_WS_* = Webserver directories (virtual/URL) define('HTTP_SERVER', 'http://www.4trm.com'); // eg, http://localhost - should not be empty for productive servers define('HTTPS_SERVER', ''); // eg, https://localhost - should not be empty for productive servers define('ENABLE_SSL', false); // secure webserver for checkout procedure? define('HTTP_COOKIE_DOMAIN', 'www.4trm.com'); define('HTTPS_COOKIE_DOMAIN', ''); define('HTTP_COOKIE_PATH', '/catalog/'); define('HTTPS_COOKIE_PATH', ''); define('DIR_WS_HTTP_CATALOG', '/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/'); define('DIR_WS_DOWNLOAD_PUBLIC', 'pub/'); define('DIR_FS_CATALOG', 'C:/Inetpub/wwwroot/4trm/html/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'); // eg, localhost - should not be empty for productive servers define('DB_SERVER_USERNAME', '*****'); define('DB_SERVER_PASSWORD', '******'); define('DB_DATABASE', '4trmstore'); define('USE_PCONNECT', 'false'); // use persistent connections? define('STORE_SESSIONS', ''); // leave empty '' for default handler or set to 'mysql' // CLR 020605 defines needed for Product Option Type feature. define('PRODUCTS_OPTIONS_TYPE_SELECT', 0); define('PRODUCTS_OPTIONS_TYPE_TEXT', 1); define('PRODUCTS_OPTIONS_TYPE_RADIO', 2); define('PRODUCTS_OPTIONS_TYPE_CHECKBOX', 3); define('TEXT_PREFIX', 'txt_'); define('PPRODUCTS_OPTIONS_VALUE_TEXT_ID', 0); //Must match id for user defined "TEXT" value in db table TABLE_PRODUCTS_OPTIONS_VALUES ?> |
| Thread Tools | |
| |
| ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Put me back on login page | rolenl | osCMax v2 Installation issues | 7 | 03-09-2006 05:53 PM |
| Looping back to Admin Login Panel when navigate to subcat | cshepherd | osCMax v1.7 Installation | 6 | 01-18-2005 06:49 AM |
| Admin Login Problem - my customer can't login, I can | pram0310 | osCMax v1.7 Installation | 2 | 10-29-2004 10:46 AM |
| Can't login/signup new customer | jbianco | osCommerce 2.2 Installation Help | 7 | 04-06-2004 12:56 PM |
| Customer Login box on the Homepage | Serial | osCommerce 2.2 Modification Help | 1 | 03-02-2003 09:44 AM |