Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

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


mounlakay

Recommended Posts

Posted

Hi to everyone,

 

 

Someone can help me please. I get the following error when someone choose a sub-category

 

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

select p.products_image, pd.products_name, pd.products_info, p.products_id, p.manufacturers_id, p.products_price, p.products_tax_class_id, IF(s.status, s.specials_new_products_price, NULL) as specials_new_products_price, IF(s.status, s.specials_new_products_price, p.products_price) as final_price from ((products_description pd, products p) left join manufacturers m on p.manufacturers_id = m.manufacturers_id, products_to_categories p2c) left join specials s on p.products_id = s.products_id where p.products_status = '1' and p.products_id = p2c.products_id and pd.products_id = p2c.products_id and pd.language_id = '1' and p2c.categories_id = '35' order by pd.products_name limit 0, 20

[TEP STOP]

 

Please help me to resolve this.

 

Thank you so so much for your precious help.

 

Mounlakay.

Posted

Hi to everyone,

 

 

I bought a turnkey ebook store script. after the installation I get the following error when someone choose a sub-category

 

Someone can help me please. I will be very happy.

 

 

1054 - Unknown column 'pd.products_info' in 'field list'select p.products_image, pd.products_name, pd.products_info, p.products_id, p.manufacturers_id, p.products_price, p.products_tax_class_id, IF(s.status, s.specials_new_products_price, NULL) as specials_new_products_price, IF(s.status, s.specials_new_products_price, p.products_price) as final_price from ((products_description pd, products p) left join manufacturers m on p.manufacturers_id = m.manufacturers_id, products_to_categories p2c) left join specials s on p.products_id = s.products_id where p.products_status = '1' and p.products_id = p2c.products_id and pd.products_id = p2c.products_id and pd.language_id = '1' and p2c.categories_id = '35' order by pd.products_name limit 0, 20[TEP STOP]

 

 

 

Please help me to resolve this.

 

Thank you so so much for your precious help.

 

Mounlakay.

Posted

That field is not found in the standard "vanilla" osC. I'd guess that a contribution you added requires it, and during the installation for some reason you didn't run the SQL query to update the proper table (products_description) and add that field. Go back and see if you missed a manual step of modifying the table.

 

And please learn to cut up long lines into short enough pieces that we don't have to scroll to see the whole statement.

Archived

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

×
×
  • Create New...