robinruthusa Posted May 25, 2008 Posted May 25, 2008 i am getting this messege an the right side if the page. 1054 - Unknown column 'p.products_id' in 'on clause' select p.products_image, pd.products_name, 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 = '61' order by p.products_date_added DESC limit 2 [TEP STOP] i am getting this massage on admin site: Reviews Products Rating Date Added Action 1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'select reviews_id, products_id, date_added, last_modified, reviews_rating from r' at line 1 select count(select reviews_id, products_id, date_added, last_modified, reviews_rating from reviews order by date_added DESC) as total [TEP STOP] what should i do help please!!??
♥geoffreywalton Posted May 25, 2008 Posted May 25, 2008 follow the link below for solutions to loads of problems and apply the mysql fixes. Looks like you have a version writen for v4. For more info try google site:www.oscommerce.com/forums 1054 - Unknown column 'p.products_id' in 'on clause' Need help installing add ons/contributions, cleaning a hacked site or a bespoke development, check my profile Virus Threat Scanner My Contributions Basic install answers. Click here for Contributions / Add Ons. UK your site. Site Move. Basic design info. For links mentioned in old answers that are no longer here follow this link Useful Threads. If this post was useful, click the Like This button over there ======>>>>>.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.