A Database Error Occurred
Error Number: 1064
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 '' at line 6
SELECT `p`.`ucode`, `p`.`uri`, `p`.`meta_keywords`, `p`.`meta_description`, `p`.`date_posted`, `p`.`author`, `p`.`ucode_category`, `c`.`slug`, `c`.`name`, `p`.`title`, `p`.`book_author`, `p`.`book_publisher`, `p`.`pub_date`, `p`.`pages`, `p`.`isbn`, `p`.`book_img`, `p`.`body`, `p`.`state`, `p`.`nview` FROM (`tb_post` p) LEFT OUTER JOIN `tb_category` c ON `p`.`ucode_category`=`c`.`ucode` WHERE `p`.`state` = 'published' AND `p`.`ucode` IN ('') AND `p`.`ucode` !=