MyBB Community Forums

Full Version: You have an error in your SQL syntax
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
can anybody please dubug the error in this script , which is running by mybb simple tagcloud
SQL 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 ''Technology\' IN BOOLEAN MODE)
                                                       LIMIT 1' at line 6
Query: SELECT `mybb_threads`.fid, `mybb_threads`.tid, `mybb_threads`.tag, `mybb_threads`.subject,
                                                       `mybb_forumpermissions`.canview
                                                       FROM
                                                       `mybb_threads` LEFT JOIN `mybb_forumpermissions` ON `mybb_forumpermissions`.canview = 0
                                                       WHERE
                                                       MATCH (`mybb_threads`.subject) AGAINST ('Technology\' IN BOOLEAN MODE)
                                                       LIMIT 1


i dont want to deactivate "simple tag cloud" plugin , instead i want to debug script error ...
at last i debugged using strip slashes function php