Guest Posted April 14, 2004 Posted April 14, 2004 I installed osCommerce, but I cannot get login to admin tool. First it said bad login name and password. Now I change the database connection part of configuration in catalog/include and admin/include to the following. // define our database connection define('DB_SERVER', 'localhost'); define('DB_SERVER_USERNAME', 'ighawaii'); define('DB_SERVER_PASSWORD', 'racoon'); define('DB_DATABASE', 'np'); define('USE_PCONNECT', 'false'); define('STORE_SESSIONS', ''); Now it direct to localhost after clicking on login button. What I am doing wrong?
Recommended Posts
Archived
This topic is now archived and is closed to further replies.