MyBB Community Forums

Full Version: SQL Error 1064
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
hello
after i change my forum address and import my database, when open members profile, SQL Error 1064 appears

the error massage:


MyBB SQL Error

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 '' at line 7
Query:
SELECT * FROM mybb_profilecomments p LEFT JOIN mybb_users u ON u.uid = p.sender LEFT JOIN mybb_usergroups g ON u.usergroup = g.gid WHERE p.user = 1 ORDER BY date DESC LIMIT 0,

Please contact the MyBB Group for support.


.
.
.
how can i fix it?

no body can help me?
deactivate profilecomments plugin and check if the referred issue resolves
tnx
problem solved
i delete the plugin and reupload it