Hi Derek,

Originally Posted by
Dehaw
This line of code doesn't actually exist within this contribution,
Yes.

Originally Posted by
Dehaw
but i have seen myself with another users site that it seems to cause a problem when the sidebox is active
What faq manager they use? What version of faq manager they use? What zen-cart version? What a problem? Problem with 'p.products'?

Originally Posted by
Dehaw
I personally installed the contribution on 3 seperate sites this week on 3 new installs and never seen this error anywhere on any of the sites
I too. But I remove includes/open-operations/ processing.
And in sideboxes/faq_categories.php change
Code:
$main_faq_category_tree = new faq_category_tree;
to
Code:
$main_faq_category_tree = new faq_category_tree();