Quote:
Originally Posted by stamos2003
error in vbulletin 4.1.4 when you want to go to the "Who is Online" page:
Code:
Database error in vBulletin 4.1.4:
Invalid SQL:
SELECT IF(userid > 0, 1, 0) as isuser, COUNT(session.userid) as online_users
, user.market_username_color,
user.market_username_glow, market_username_subscript
FROM session as session
WHERE session.lastactivity > 1311076856
GROUP BY isuser;
MySQL Error : Unknown column 'user.market_username_color' in 'field list'
Error Number : 1054
|
Quote:
Originally Posted by DS MrSinister
|
Wow, thanks for asking and thanks for the answer! I had that error too and had no idea it was that particular plug-in causing it. Sure saved me some time you asking!