mannik Posted February 19, 2005 Share Posted February 19, 2005 I need your help !! I installed a SSL (Geotrust) and after that first look was good. After testing the login i was wondering that the login.php after a correct login with em and pw showed me a failure Error: No match for E-Mail Address and/or Password. Note: Your "Visitors Cart" contents will be merged with your "Members Cart" contents once you have logged on. [More Info] The uses is lock in but the redirect to the next page didn't happen. if I then manually redirect to the cart, i can checkout. The other thing is that after the secured page login and the correct information the next page is the login with the above descriped error but unsecured. Here is my config file // Define the webserver and path parameters // * DIR_FS_* = Filesystem directories (local/physical) // * DIR_WS_* = Webserver directories (virtual/URL) define('HTTP_SERVER', 'http://www.rc4u.de'); // eg, http://localhost - should not be empty for productive servers define('HTTPS_SERVER', 'https://ssl.kundenserver.de/rc4u.de'); // eg, https://localhost - should not be empty for productive servers define('ENABLE_SSL', 'true'); // secure webserver for checkout procedure? define('HTTP_COOKIE_DOMAIN', 'www.rc4u.de'); define('HTTPS_COOKIE_DOMAIN', 'ssl.kundenserver.de/rc4u.de'); define('HTTP_COOKIE_PATH', '/'); define('HTTPS_COOKIE_PATH', '/'); 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/'); define('DIR_WS_DOWNLOAD_PUBLIC', 'pub/'); define('DIR_FS_CATALOG', dirname($HTTP_SERVER_VARS['SCRIPT_FILENAME'])); define('DIR_FS_DOWNLOAD', DIR_FS_CATALOG . 'download/'); define('DIR_FS_DOWNLOAD_PUBLIC', DIR_FS_CATALOG . 'pub/'); // define our database connection empty define('USE_PCONNECT', 'false'); // use persistent connections? define('STORE_SESSIONS', 'mysql'); // leave empty '' for default handler or set to 'mysql' need your help - my wife didn't accept that i investigate the next two nights. mannik Link to comment Share on other sites More sharing options...
david05 Posted June 15, 2005 Share Posted June 15, 2005 I have the same problem. Can anyone shed any light on this? Link to comment Share on other sites More sharing options...
Simplyeasier Posted June 16, 2005 Share Posted June 16, 2005 I need your help !! I installed a SSL (Geotrust) and after that first look was good. After testing the login i was wondering that the login.php after a correct login with em and pw showed me a failure Error: No match for E-Mail Address and/or Password. Note: Your "Visitors Cart" contents will be merged with your "Members Cart" contents once you have logged on. [More Info] The uses is lock in but the redirect to the next page didn't happen. if I then manually redirect to the cart, i can checkout. The other thing is that after the secured page login and the correct information the next page is the login with the above descriped error but unsecured. Here is my config file // Define the webserver and path parameters // * DIR_FS_* = Filesystem directories (local/physical) // * DIR_WS_* = Webserver directories (virtual/URL) define('HTTP_SERVER', 'http://www.rc4u.de'); // eg, http://localhost - should not be empty for productive servers define('HTTPS_SERVER', 'https://ssl.kundenserver.de/rc4u.de'); // eg, https://localhost - should not be empty for productive servers define('ENABLE_SSL', 'true'); // secure webserver for checkout procedure? define('HTTP_COOKIE_DOMAIN', 'www.rc4u.de'); define('HTTPS_COOKIE_DOMAIN', 'ssl.kundenserver.de/rc4u.de'); define('HTTP_COOKIE_PATH', '/'); define('HTTPS_COOKIE_PATH', '/'); 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/'); define('DIR_WS_DOWNLOAD_PUBLIC', 'pub/'); define('DIR_FS_CATALOG', dirname($HTTP_SERVER_VARS['SCRIPT_FILENAME'])); define('DIR_FS_DOWNLOAD', DIR_FS_CATALOG . 'download/'); define('DIR_FS_DOWNLOAD_PUBLIC', DIR_FS_CATALOG . 'pub/'); // define our database connection empty define('USE_PCONNECT', 'false'); // use persistent connections? define('STORE_SESSIONS', 'mysql'); // leave empty '' for default handler or set to 'mysql' need your help - my wife didn't accept that i investigate the next two nights. mannik <{POST_SNAPBACK}> The error with pwd and em is nothing to do with SSL - the login file must be in error where it checks for those parameters have you changed the file in any way ? What do you mean the user is locked in and manual redirects ? Please state your error more simply and clearly You might also like to post your web URL for forum to investigate Charles A kite flies highest AGAINST the wind ! "Life should NOT be a journey to the grave with the intention of arriving safely in an attractive and well preserved body, but rather to skid in sideways, a lover in one hand, martini in the other, body thoroughly used up, totally worn out and screaming ~ WOO HOO!! What a ride!" Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.