Oh damn..! just sloved one yet came another...
anyone know what this line mean?
Quote:
Database error in vBulletin 3.0.0 Gamma:
Invalid SQL:
## USERS IN PAST 24HRS ##
SELECT username, userid, usergroupid,
(user.options & 512) AS invisible,
IF(displaygroupid=0, user.usergroupid, displaygroupid) AS displaygroupid
FROM soccerwi_soccerforumuser
WHERE lastactivity >= 1073458800
ORDER BY username ASC
mysql error: Unknown table 'user' in field list
mysql error number: 1109
|
thanks in advance!