Guest Posted February 16, 2008 Posted February 16, 2008 Wow, this is bad. good thing i made a copy of the original db though.... i hope. it is giving me this error after trying to add product_info.php to the mix 1146 - Table 'jlzcwh82_jewels.configuration' doesn't exist select configuration_key as cfgKey, configuration_value as cfgValue from configuration [TEP STOP] any clue how to fix. I can just replace the database, but i dont know where it is, and i cannot get into the admin area either. something went wrong. ANYONE HELP :'(
allaboutwicker Posted February 16, 2008 Posted February 16, 2008 Wow, this is bad. good thing i made a copy of the original db though.... i hope. it is giving me this error after trying to add product_info.php to the mix 1146 - Table 'jlzcwh82_jewels.configuration' doesn't exist select configuration_key as cfgKey, configuration_value as cfgValue from configuration [TEP STOP] any clue how to fix. I can just replace the database, but i dont know where it is, and i cannot get into the admin area either. something went wrong. ANYONE HELP :'( Hi, I am not sure on this, but check your includes/configure.php and admin/includes/configure.php files to make sure your DB info is correct: define our database connection define('DB_SERVER', 'your server info'); // eg, localhost - should not be empty for productive servers define('DB_SERVER_USERNAME', 'your info'); define('DB_SERVER_PASSWORD', '?????'); define('DB_DATABASE', 'your database name');
Recommended Posts
Archived
This topic is now archived and is closed to further replies.