Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Admin tool access problem


Guest

Recommended Posts

Posted

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?

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...