Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Error after installing Copier/Sorter function


Recommended Posts

Posted

I've installed this feature and almost everything looks ok. However, I'm getting an error on the Product Options screen. This code is showing in the header of the Product Options.

 

TABLE_HEADING_OPTION_SORT_ORDER

 

Then when I click on one of the options, I get this error:

1054 - Unknown column 'products_options_sort_order' in 'field list'

 

select products_options_name, products_options_sort_order from products_options where products_options_id = '1' and language_id = '1'

 

[TEP STOP]

 

Thank you for any advice you can give me. I'm a newbie but I'm catching on quick.

 

Leslie Burns

Posted

ALSO... in the Product Attribute section in the header this code is showing:

 

TABLE_HEADING_PRODUCT_ATTRIBUTE_ONE_TIME

So when I go in to edit a field and put a number in the sort box I get this message when I update:

 

1054 - Unknown column 'products_options_sort_order' in 'field list'

 

update products_attributes set products_id = '29', options_id = '5', options_values_id = '9', options_values_price = '0.0000', price_prefix = '+', products_options_sort_order = '1', product_attributes_one_time = '0', products_attributes_weight = '', products_attributes_weight_prefix = '', products_attributes_units = '', products_attributes_units_price = '' where products_attributes_id = '9'

 

[TEP STOP]

Posted

Fatal error: Call to undefined function: tep_get_languages()

 

Is anyone reading this to help me?

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

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...