Quote:
Originally Posted by subduck
Read the first post.
|
I uninstalled the hack, in the way that you said, but it's givnig me a database error about the user.avatars. How can i fix that?
Quote:
Database error in vBulletin 3.6.7:
Invalid SQL:
SELECT user.avatarid, user.avatarrevision, avatarpath, NOT ISNULL(customavatar.userid) 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 = 1;
|