JuggaDaku Posted March 18, 2008 Posted March 18, 2008 Hi, i'm getting this error when I try to open any product in the backend of oscommerce. I'm not sure what it means. Can someone please help me? 1054 - Unknown column 'p.products_image_med' in 'field list' select p.products_id, pd.language_id, pd.products_name, pd.products_description, pd.products_url, p.products_quantity, p.products_model, p.products_image, p.products_image_med, p.products_image_pop, p.products_image_description, p.products_price, p.products_weight, p.products_date_added, p.products_last_modified, p.products_date_available, p.products_status, p.manufacturers_id from products p, products_description pd where p.products_id = pd.products_id and p.products_id = '67'
ShaGGy Posted March 18, 2008 Posted March 18, 2008 Hi, i'm getting this error when I try to open any product in the backend of oscommerce. I'm not sure what it means. Can someone please help me? 1054 - Unknown column 'p.products_image_med' in 'field list' select p.products_id, pd.language_id, pd.products_name, pd.products_description, pd.products_url, p.products_quantity, p.products_model, p.products_image, p.products_image_med, p.products_image_pop, p.products_image_description, p.products_price, p.products_weight, p.products_date_added, p.products_last_modified, p.products_date_available, p.products_status, p.manufacturers_id from products p, products_description pd where p.products_id = pd.products_id and p.products_id = '67' Have you installed some form of multi picture module? if so it looks like you have not inserted the tables into your SQL database.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.