Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

image_catalog_v1.32


Guest

Recommended Posts

i have all the other files working correctly. its only when i goto the admin section and try to view/add a product is that i get this error message. i think it should be

'products_head_title_tag' instead of 'pd.products_head_title_tag' am i on the right track?

 

1054 - Unknown column 'pd.products_head_title_tag' in 'field list'

 

select pd.products_name, pd.products_description, pd.products_head_title_tag, pd.products_head_desc_tag, pd.products_head_keywords_tag, pd.products_url, p.products_id, p.products_quantity, p.products_model, p.products_image, p.products_bimage, p.products_subimage1, p.products_bsubimage1, products_subimage2, products_bsubimage2, products_subimage3, products_bsubimage3, products_subimage4, products_bsubimage4, products_subimage5, products_bsubimage5, products_subimage6, products_bsubimage6, products_subimage7, products_bsubimage7, products_subimage8, products_bsubimage8, products_subimage9, products_bsubimage9, p.products_price, p.products_weight, p.products_date_added, p.products_last_modified, date_format(p.products_date_available, '%Y-%m-%d') as products_date_available, p.products_status, p.products_tax_class_id, p.manufacturers_id from products p, products_description pd where p.products_id = '87' and p.products_id = pd.products_id and pd.language_id = '1'

Link to comment
Share on other sites

am i on the right track?

 

No.

 

What contribution have you added that is calling this? It looks like you didn't run the SQL when you installed it.

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...