Ok, this is only on the search page that I get it. Im running oscmax 1.7 and the categories and catalogs, all of it shows fine. The search just returns this error. I know there were some changes with mysql 5, and I made a couple changes in the index.php file changing some things to p2c.products, but dont see where I need to fix this at.
Any help would be appreciated.
Also, how difficult would it be if i upgraded to 2.2, since a lot of the templates have been customized. Can I save those or will I have to remod it all from scratch?
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 '%12%' or p.products_model like '%12%' or m.manufacturers_name like '%12%') )



LinkBack URL
About LinkBacks











Bookmarks