Quote:
SELECT user.avatarid, user.avatarrevision, avatarpath, NOT
ISNULL(customavatar.userid) AS hascustom, customavatar.dateline,
customavatar.width, customavatar.height
FROM vb3_user AS user
LEFT JOIN vb3_avatar AS avatar ON avatar.avatarid = user.avatarid
LEFT JOIN vb3_customavatar AS customavatar ON customavatar.userid =
user.userid
WHERE user.userid =;
|
this is the error message I got for a member. He was the top scorer on several games and it wouldn't allow him to log in. Kept taking him to a a technical difficulties screen. We turned off the plug ins..he was able to get in. I turned them back on and he's not having issues. My worry is that this will happen again.
Any idea of what is causing this?
For now, I've turned off
Show Highscores in Postbit
The problem started when he was the top scorer.