The Hidecategories Mod is giving me a major fit! I'm in the process of trying to get this set up for a client, and I've run into a slight issue with it.
It's installed and works great, but I'm having some issues with it on the front page of the site... It's giving me this error where the information sidebox should be.
1146 Table 'onescrap_zc1.products_description' doesn't exist
in:
[select distinct p.products_id, pd.products_name, p.products_ordered from zen_products p LEFT JOIN zen_hide_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 6]
I've gone thru the code looking for what's wrong, I've been thru these forums, and I'm about to tear my hair out! I thought I had found the solution in the Hidecategories thread, but it didn't work....
Any suggestions?



