I just found this program so excited to see if it helps my database issues when the forum is busy.
It installed just fine and I went into admin to find under "optimal settings check" I didn't have my avatars set as files. When I attempt to change this, I get a database error such as the following:
Database error in vBulletin 3.7.3:
Invalid SQL:
SELECT user.userid
FROM user AS user
LEFT JOIN customavatar AS customavatar ON (user.userid = customavatar.userid)
LEFT JOIN customprofilepic AS customprofilepic ON (user.userid = customprofilepic.userid)
LEFT JOIN sigpic AS sigpic ON (user.userid = sigpic.userid)
WHERE user.userid > 1375
AND (NOT ISNULL(customavatar.userid) OR NOT ISNULL(customprofilepic.userid) OR NOT ISNULL(sigpic.userid))
LIMIT 1;
MySQL Error : MySQL server has gone away
Error Number : 2006
Request Date : Sunday, May 16th 2010 @ 12:34:48 PM
Error Date : Sunday, May 16th 2010 @ 12:35:03 PM
Script :
http://www.gotitans.com/goForum/admi...tartat=71&pp=1
Referrer :
http://www.gotitans.com/goForum/admi...tartat=70&pp=1
IP Address : 98.240.54.241
Username : TitanJeff
Classname : vB_Database
MySQL Version :
I have no clue what this means but thought others here might know. Thanks for any tips in advance.