MyBB Community Forums

Full Version: getting when User is Logging in with Social Accounts
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
My forum's Users are getting this error whenever they are trying to login with Twitter, Google+ or Facebook.
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 '' at line 2
Query:
                        UPDATE mybb_users
                        SET `avatar`='images/default_avatar.gif', `avatardimensions`='84|84', `avatartype`='remote' WHERE uid =
The issue would be that the plugin is not properly capturing the uid. I'm not turning off my adblocker just to view the forum though. Any site that forces you to disable adblocker I do not use.