Guest Posted February 29, 2004 Posted February 29, 2004 Hi, i have this problem that noone of the sudden can login on my shop anymore. When i try to login myself as a customer, it just sends me back to the main page and there i csn try again and it does the same again. Its like it wont take neither the login name or password and just bounces back to the index :/ Only thing i have changed is the admin libary, which i aded to another folder and set a password and login on the admin section. Can i have anything to do with that ? Need help, no login, on customers, no sales :unsure:
Guest Posted March 1, 2004 Posted March 1, 2004 Im interested in this - I am having the same problem. Thanks Jeff
Guest Posted March 5, 2004 Posted March 5, 2004 i also have the same problem, but only if i enable ssl - here's the configure.php, minus passwds: <?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.signaturesx.com'); // eg, http://localhost - should not be empty for productive servers define('HTTPS_SERVER', 'https://secure.securedhosting.org/~admin188'); define('ENABLE_SSL', 'true'); // secure webserver for checkout procedure? define('HTTP_COOKIE_DOMAIN', 'www.signaturesx.com'); define('HTTPS_COOKIE_DOMAIN', 'www.signaturesx.com'); 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', '/home/virtual/site188/fst/var/www/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', '127.0.0.1'); // eg, localhost - should not be empty for productive servers define('DB_SERVER_USERNAME', 'xxx'); define('DB_SERVER_PASSWORD', 'xxx'); define('DB_DATABASE', 'signaturesx_com-xxx'); define('USE_PCONNECT', 'false'); // use persistent connections? define('STORE_SESSIONS', 'mysql'); // leave empty '' for default handler or set to 'mysql' ?> any help would be appreciated - i've been messing with this for an hour now.... chris
Guest Posted March 8, 2004 Posted March 8, 2004 I found out that it was due to the webhotel running out of space hehe, so more space and then it worked again ;)
Recommended Posts
Archived
This topic is now archived and is closed to further replies.