gisela Posted September 9, 2003 Posted September 9, 2003 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]
wizardsandwars Posted September 9, 2003 Posted September 9, 2003 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.
webhost Posted September 10, 2003 Posted September 10, 2003 what variables do I need to enter here>? thanks.. :D
Guest Posted September 10, 2003 Posted September 10, 2003 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
Recommended Posts
Archived
This topic is now archived and is closed to further replies.