Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

WHERE IS DB.SQL


Guest

Recommended Posts

Posted

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 :'(

Posted
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');

Archived

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

×
×
  • Create New...