Fatal error: db_mysqli -> db_mysqli -> sendQuery -> Query failed : [
SELECT * FROM `products`
LEFT JOIN `brand` ON `products`.`brand_id` = `brand`.`id` AND `brand`.`active`='Y'
JOIN `products_info` ON `products_info`.`product_id` = `products`.`id`
JOIN `pricing_range` ON `pricing_range`.`product_id` = `products`.`id`
WHERE `products`.`active`='Y'
AND `products`.`post_status` = 'publish'
/* AND `products`.`post_content_filtered` <> 2*/
AND `brand`.`slug` = 'recombimab-antibodies'
ORDER BY `products`.`post_date` DESC
;]Unknown column 'products.post_status' in 'where clause' in /home/bxcell/public_html/_core/_php/db_mysqli.php on line 162