MyBB Community Forums

Full Version: searching-mysql-error
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
hi there, while using the search-function on THIS board I get the following error-message:

Quote:mySQL error: 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 'AND p.message LIKE '%read%'OR AND p.subject LIKE '%read%'OR AND
Query: SELECT p.tid FROM forum_posts p, forum_threads t WHERE (1=0 OR AND p.message LIKE '%read%'OR AND p.subject LIKE '%read%'OR AND p.message LIKE '%threads%'OR AND p.subject LIKE '%threads%'OR AND p.message LIKE '%new%'OR AND p.subject LIKE '%new%') AND t.fid NOT IN ('13')
Reference URL's