MyBB Community Forums

Full Version: MyBB SQL Error
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi,
While i click on a thread for open, it will be error:

MyBB SQL Error

MyBB has experienced an internal SQL error and cannot continue.
SQL Error:
2006 - MySQL server has gone away
Query:
SELECT th.txid, th.uid, th.adduid, th.pid, th.time, u.username, u.usergroup, u.displaygroup FROM mybb_thx th JOIN mybb_users u ON th.adduid=u.uid WHERE th.pid='45' ORDER BY th.time ASC

How i solve this problem?

Thank you
The query looks like it's from the Thanks plugin you installed, but you need to contact your web host and ask them about this.