Guest Posted July 16, 2004 Posted July 16, 2004 I created a bogus customer account, and tried to log in, and it just shoots me back to the home page, displaying "Welcome Guest! Would you like to log yourself in? Or would you prefer to create an account?" The site is already live and I'm so tired of trying to fix it! LOL! Any ideas? Snooty
Guest Posted July 17, 2004 Posted July 17, 2004 *bump* Can anyone help me with this? I'm having no luck finding an answer searching the forums. thanks! Vikki
Guest Posted July 17, 2004 Posted July 17, 2004 Please read my post on bumping :) The usual reason for the problem you are having is incorrect cookie settings in catalog/includes/configure.php - please post the top section of that file. Matti osCommerce Team Member
Guest Posted July 17, 2004 Posted July 17, 2004 Oops - I'm sorry Matti! Here's the code: <?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.snootyvixen.com'); // eg, http://localhost - should not be empty for productive servers define('HTTPS_SERVER', 'https://www.snootyvixen.com'); // eg, https://localhost - should not be empty for productive servers define('ENABLE_SSL', true); // secure webserver for checkout procedure? define('HTTP_COOKIE_DOMAIN', 'www.snootyvixen.com'); define('HTTPS_COOKIE_DOMAIN', 'www.snootyvixen.com'); define('HTTP_COOKIE_PATH', '/osCommerce/'); define('HTTPS_COOKIE_PATH', '/osCommerce/'); 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/'); I'm not sure if that's what you mean by the "top section" - if I got it wrong, just let me know! Thanks! Vikki
Guest Posted July 17, 2004 Posted July 17, 2004 The file looks ok - but I can't access your site at all :( Matti
Guest Posted July 17, 2004 Posted July 17, 2004 I was fiddling with the code last night to see what I could come up with - you may have it it at a time when I totally wiped it out :rolleyes: It seems to be back online this morning - thank goodness! Vikki
Recommended Posts
Archived
This topic is now archived and is closed to further replies.