GoodApples
Customer
May have a problem with 4.1.4 and InfoPanels
Users online does not work but when InfoPanels is turned off the error is gone.
Users online does not work but when InfoPanels is turned off the error is gone.
Code:
SELECT IF(userid > 0, 1, 0) as isuser, COUNT(session.userid) as online_users
,user.usergroupid, displaygroupid, user.membergroupids
FROM session as session
WHERE session.lastactivity > 1307908115
GROUP BY isuser;
MySQL Error : Unknown column 'user.usergroupid' in 'field list'
Error Number : 1054