mounlakay Posted May 15, 2009 Posted May 15, 2009 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.
FIMBLE Posted May 15, 2009 Posted May 15, 2009 Have you added any contributions? Sometimes you're the dog and sometimes the lamp post [/url] My Contributions
FIMBLE Posted May 15, 2009 Posted May 15, 2009 here is on place http://www.oscommerce.com/forums/index.php?sho...w=&st=& and here are some more http://www.google.co.uk/search?sourceid=na...27field+list%27 Sometimes you're the dog and sometimes the lamp post [/url] My Contributions
mounlakay Posted May 18, 2009 Author Posted May 18, 2009 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.
MrPhil Posted May 19, 2009 Posted May 19, 2009 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.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.