Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Strange behaviour


Guest

Recommended Posts

Things where going great and all of a sudden I start getting this

Attribute Sets 

 

1146 - Table 'whitetra_p_os1.TABLE_PRODUCTS_ATTRIBUTES_SETS' doesn't exist

 

insert into TABLE_PRODUCTS_ATTRIBUTES_SETS (products_attributes_sets_name, products_attributes_sets_value) values ('1','1/20/+/0')

 

[TEP STOP]   

on the page after making a set. I also get this error
1146 - Table 'whitetra_p_os1.TABLE_PRODUCTS_ATTRIBUTES_SETS' doesn't exist

 

select products_attributes_sets_id, products_attributes_sets_name from TABLE_PRODUCTS_ATTRIBUTES_SETS order by products_attributes_sets_name

 

[TEP STOP]

when I try to open my products. I have gone back over and looked at everything and h=have even drop to 2 SQL tables and reinstalled them . I still have my old attribute sets that I mde in the past it is just when I try to go to a product or create new sets .

 

Any Help ???

Link to comment
Share on other sites

You have missed adding a define to admin(and/or catalog)/includes/database_tables.php - I'm not sure, but would guess it as:

 

define('TABLE_PRODUCTS_ATTRIBUTES_SETS', 'attributes_sets');

 

Check the documentation :)

 

Matti

Edited by Johnson
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...