Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

help


Digerdoo

Recommended Posts

1146 - Table TABLE_PRODUCTS_ATTRIBUTES_SETS' doesn't exist

 

select products_attributes_sets_id, products_attributes_sets_name from TABLE_PRODUCTS_ATTRIBUTES_SETS where 1 order by products_attributes_sets_name

 

[TEP STOP]

 

:'(

Link to comment
Share on other sites

You have to add that define to database_tables.php

 

define('TABLE_PRODUCTS_ATTRIBUTES_SETS', 'products_attributes_sets');

 

Check the mod install instructions again.

 

Whenever you see a all caps like that check your defines like in languages.

 

 

thanks :thumbsup:

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...