MyBB Community Forums

Full Version: Search Sql error
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I am getting this error when I use search in my forum

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 '%akya%'OR AND p.subject LIKE '%akya%')' at
Query: SELECT p.tid FROM mybb_posts p, mybb_threads t WHERE (1=0 OR AND p.message LIKE '%akya%'OR AND p.subject LIKE '%akya%')
Ups! I missed that. Thanx that worked.