I'm running 1.3.8a and I installed the hideCategories mod and something happen to my best seller sidebox now if it is turned on you don't get a side box you get this error;
1146 Table 'zencart.products_description' doesn't exist
in:
[select distinct p.products_id, pd.products_name, p.products_ordered from gooeeeproducts p LEFT JOIN gooeeehide_categories h ON (p.master_categories_id = h.categories_id), products_description pd WHERE (h.visibility_status < 2 OR h.visibility_status IS NULL) AND p.products_status = '1' and p.products_ordered > 0 and p.products_id = pd.products_id and pd.language_id = '1' order by p.products_ordered desc, pd.products_name limit 10]
I would really like to fix this if someone knows how and could help that would be great.



