Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Table doesnt exist


ashap123

Recommended Posts

Posted

1146 - Table 'DB205615.configuration' doesn't exist

 

select configuration_key as cfgKey, configuration_value as cfgValue from configuration

 

[TEP STOP]

 

Im gettin this error message, any ideas please, Ash

Posted

I think you need to go to your includes/database_tables.php file

and add this

 

define('TABLE_CONFIGURATION', 'configuration');

 

But check the instructions on what ever you installed, generall if it it says the table is missing its because it wasn't defined in the database_tables.php files.

Posted

I checked but

 

define('TABLE_CONFIGURATION', 'configuration');

 

is already there.

 

Do I need to create a table somewhere, nothing is said about this in the installation file.

 

please help, Ash

Archived

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

×
×
  • Create New...