Time : 23:48:15 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 : 23:12:03 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 ''A=0 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 no NOT IN (3151,3107,3113,3082,3092) AND (category = :category1 OR tag LIKE :category2) ORDER BY 'A=0 DESC LIMIT :startNum, :rowCount Time : 04:25:11 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 no NOT IN (3151,3107,3113,3082,3092) AND (category = :category1 OR tag LIKE :category2) ORDER BY ' DESC LIMIT :startNum, :rowCount