Quote Originally Posted by reuben View Post
I get the classic sidebox error:
Code:
1054 Unknown column 'p.products_date_added' in 'where clause'
in:
[select p.faqs_id from faqs p where p.faqs_status = '1' and TO_DAYS(NOW()) - TO_DAYS(p.products_date_added) <= 30 limit 1]
Test this.
/sideboxes/tpl_faq_categories.php.
Find (~76):
Code:
if (SHOW_FAQ_CATEGORIES_BOX_FAQS_NEW == 'true') {
Add after:
Code:
$display_limit = '';