I had the Show Users using Style in Style Chooser hack instaled AND this. Then I realized I had to uninstall the other. I didn't really care that much. However that was the only modification I did today and afterwards one member was having a DB Error. I had to log into his acount to reporduce the problem and I got this:
PHP Code:
Database error in vBulletin 3.5.0:
Invalid SQL:
SELECT user.avatarid, user.avatarrevision, avatarpath, NOT ISNULL(filedata) AS hascustom, customavatar.dateline,
customavatar.width, customavatar.height
FROM user AS user
LEFT JOIN avatar AS avatar ON avatar.avatarid = user.avatarid
LEFT JOIN customavatar AS customavatar ON customavatar.userid = user.userid
WHERE user.userid =;
MySQL Error : 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 6
Error Number : 1064
Date : Sunday, October 16th 2005 @ 07:39:03 PM
Script : http://www.xtremepain.net/forums/index.php
Referrer :
IP Address :
Username :
Classname : vb_database
I simply disabled and enabled the plug in system and it seem to solve the DB issue.