Time : 23:03:27 SQLSTATE[42000]: Syntax error or access violation: 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 '' LIKE ? AND tag LIKE ? AND best = ?' at line 1 Raw SQL : SELECT COUNT(*) FROM 2015_epilogue WHERE no > :no AND d_show = :show AND del = :del AND sort = :sort AND (category = :category1 OR tag LIKE :category2) AND ' LIKE :keyword AND tag LIKE :tag AND best = :best Time : 12:05:40 SQLSTATE[42000]: Syntax error or access violation: 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 '' DESC LIMIT ?, ?' at line 1 Raw SQL : SELECT no, best, store, insert_date, name, title, content, hit FROM 2015_epilogue WHERE no > :no AND d_show = :show AND del = :del AND sort = :sort AND (category = :category1 OR tag LIKE :category2) AND tag LIKE :tag ORDER BY hit' DESC LIMIT :startNum, :rowCount