Query:
SELECT COUNT(*) FROM `bx_store_products` left JOIN `Profiles` ON `Profiles`.`ID`=`bx_store_products`.`author_id` WHERE (`bx_store_products`.`tags` LIKE '%dxn%' OR `bx_store_products`.`tags` LIKE '%coffee%' OR `bx_store_products`.`tags` LIKE '%tea%' OR `bx_store_products`.`tags` LIKE '%alo%') AND `bx_store_products`.`id` != AND `bx_store_products`.`status` ='approved'
Mysql error: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'AND `bx_store_products`.`status` ='approved'' at line 1
Found error in the file '/home/busimatc/public_html/inc/classes/BxDolSearch.php' at line 506.
Called 'db_value' function with erroneous argument #0.