Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Admin ????


gisela

Recommended Posts

Posted

I am not obtaining to find admin.....it returns me this error :

 

1046 - No Database Selected

 

select configuration_key as cfgKey, configuration_value as cfgValue from configuration

 

[TEP STOP]

Posted

You need to enter the database, as well as a few other variables in your admin/includes/configure.php file.

-------------------------------------------------------------------------------------------------------------------------

NOTE: As of Oct 2006, I'm not as active in this forum as I used to be, but I still work with osC quite a bit.

If you have a question about any of my posts here, your best bet is to contact me though either Email or PM in my profile, and I'll be happy to help.

Posted

define('DB_SERVER', 'localhost'); // eg, localhost - should not be empty for productive servers

 define('DB_SERVER_USERNAME', 'your database username');

 define('DB_SERVER_PASSWORD', 'your database password');

 define('DB_DATABASE', 'your database name');

 

HTH

The_Bear

Archived

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

×
×
  • Create New...