MyBB Community Forums

Full Version: MySQL 1064 error
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi.

I need some help with this error:


Quote:MyBB has experienced an internal SQL error and cannot continue.

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 'S') AND g.uid != 1' at line 1
Query:
SELECT g.subid FROM mybb_users u, mybb_gcm g WHERE u.uid = g.uid AND u.username IN ('Terror Squad'S') AND g.uid != 1


I get this error only when I try to send PM to specified member. If I send PM to others members I don't get errors..
temporarily disable gcm push notifications plugin and check if the issue gets fixed