Help .. vB Database Error..!

Katmassive

New Member
Database error in vBulletin 3.7.2:

Invalid SQL:
SELECT userid, joindate, options, username, opentag, closetag, posts
FROM vb_user as user
LEFT JOIN vb_usergroup as usergroup ON(user.usergroupid = usergroup.usergroupid)
WHERE joindate > 1231567200 ORDER BY username;

MySQL Error : MySQL server has gone away
Error Number : 2006
Request Date : Saturday, January 10th 2009 @ 07:54:58 PM
Error Date : Saturday, January 10th 2009 @ 07:55:00 PM
Script : The Alliance - Take Heed - Powered by vBulletin
Referrer :
IP Address : 65.55.213.57
Username : Unregistered
Classname : vB_Database
MySQL Version :

I get this in my e-mail when user promotions are suppose to be done and also when some users are registering...
 
I think you need to talk to your hosting provider to figure out the problem. It is far more likely that they have a configuration problem than your installation process.
 
Back
Top