softvoice Posted May 21, 2004 Posted May 21, 2004 hi, I just installed Login Box v5.4(up to the lastest version), but have a problem with it. I don't know what happen, but.. this is what happened. Since I've added new login box contributions on my site, I have two ways of log in. One is a typical way of log in by clicking Account -> type email/pass -> Continue Of course, the other way is by login box that I've added on my site. However, a weird thing happens... BTW, My Account login is running under a shared SSL(https://) Once I type email address along with the password into the login box and click a sign in button, it shows me "HTTP 404 Page Can not be found" error. If I click a "Move" button on the brower, it shows me "Error: No match for E-Mail Address and/or Password." BUT I'm logged in !!! At this moment, I'm also able to create a new account by simply clciking a Continue button. But, sometimes it works.. not showing me http 404 error.. I only have a problem with the login box.. What could be the problem? I don't know how to do with this... Can anyone help me on this.. You can go and try .. and see what happens... http://relyonyou.com Please help me on this matter.... please...
softvoice Posted May 21, 2004 Author Posted May 21, 2004 The funny thing is.. the root for my site is pub_html but, when I tried a different root like pub_html/oscommerce/ , then it worked.. Maybe I set a wrong configure.php file.. for my SSL. Please.. help.. me..
softvoice Posted May 21, 2004 Author Posted May 21, 2004 By searching a similar problem I've faced, I happened to find a possible reason for this particular error. As I said, my configure.php file's setting was wrong.. I guess.. This is my include/configure.php define('HTTP_SERVER', 'http://relyonyou.com'); // eg, http://localhost - should not be empty for productive servers define('HTTPS_SERVER', 'https://host180.ipowerweb.com'); // eg, https://localhost - should not be empty for productive servers define('ENABLE_SSL', true); // secure webserver for checkout procedure? define('HTTP_COOKIE_DOMAIN', 'relyonyou.com'); define('HTTPS_COOKIE_DOMAIN', 'host180.ipowerweb.com'); define('HTTP_COOKIE_PATH', '/'); define('HTTPS_COOKIE_PATH', '/~relyonyo/'); define('DIR_WS_HTTP_CATALOG', '/'); define('DIR_WS_HTTPS_CATALOG', '/~relyonyo/'); 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/relyonyo/public_html/'); 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', 'removed for post'); define('DB_SERVER_PASSWORD', 'removed for post'); define('DB_DATABASE', 'removed for post'); define('USE_PCONNECT', 'false'); // use persistent connections? define('STORE_SESSIONS', 'mysql'); // leave empty '' for default handler or set to 'mysql' I set this up according to the thread which I read here.. but that might be wrong.. Can anyone give me some advice on this? Thanks in advance for any help.
misspiggy Posted May 21, 2004 Posted May 21, 2004 I think that you have your index.php file in the wrong place! This is where your index.php file is: https://host180.ipowerweb.com/index.php It should be placed either here: https://host180.ipowerweb.com/~relyonyo/index.php or maybe here: http://relyonyou.com/index.php ;) Give it a try! I hope this helps.
softvoice Posted May 21, 2004 Author Posted May 21, 2004 Thanks misspiggy. But my index.php file is already located at http://relyonyou.com/index.php So.. doesn't fix the problem.. In addition to that probelm, SSL code(?) osCsid=19dadb77b032c91ed706b251ce1f6a3d this thing has never been changed even after I refresh my cookies and temp files.. on my computer. Is it normal?
softvoice Posted May 22, 2004 Author Posted May 22, 2004 Right now I've modified my includes/configure.php file like this.. define('HTTP_SERVER', 'http://relyonyou.com'); // eg, http://localhost - should not be empty for productive servers define('HTTPS_SERVER', 'https://host180.ipowerweb.com/~relyonyo'); // eg, https://localhost - should not be empty for productive servers define('ENABLE_SSL', true); // secure webserver for checkout procedure? define('HTTP_COOKIE_DOMAIN', '/'); define('HTTPS_COOKIE_DOMAIN', '/'); 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', '/home/relyonyo/public_html/'); define('DIR_FS_DOWNLOAD', DIR_FS_CATALOG . 'download/'); define('DIR_FS_DOWNLOAD_PUBLIC', DIR_FS_CATALOG . 'pub/'); Right now, the main login problem with "Login Box" on the right column seems to be solved by chaning configure.php above. However, After the address such as https://host180.ipowerweb.com/~relyonyo/account.php doesn't show me encrypted code like osCsid=ebd69960e659e295943b3ac134cacc7e. Do you have any idea about that and does will it cause a serous security problem? I really need your advice.. Please help me out here.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.