zzzzz Posted November 2, 2006 Posted November 2, 2006 Hi guys, I very need your help! I'm bulding my commercial website and know almost nothing about php programming. I added this mod to my site (the 1.2 version) and everything it looked Ok, except one BIG THING! When I search a product from the search bar it says (note that the word inserted was "pc": 1054 - Unknown column 'p.products_id' in 'on clause' select count(distinct p.products_id) as total from products p left join manufacturers m using(manufacturers_id), products_description pd left join specials s on p.products_id = s.products_id, categories c, products_to_categories p2c where p.products_status = '1' and p.products_id = pd.products_id and pd.language_id = '1' and p.products_id = p2c.products_id and p2c.categories_id = c.categories_id and ((pd.products_name like '%pc%' or p.products_model like '%pc%' or m.manufacturers_name like '%pc%') ) I can tell you that my site is on a Linux server using a Mysql 5.0 or more, and that I update it using the post. Infact it worked well for the product description that had the same problem, but not with the search bar. I hope that I was clear in this my description, and that somebody can solve my problem. Thanks. Bye Andy Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.