HELP ME!!!...
After the file modifications and as I attempted to enter my forum's main index page to edit the templates, I came upon this error message:
Database error in vBulletin 3.0.6:
Invalid SQL:
SELECT teams.*, teams.name AS username,
COUNT(user.userid) AS totalmembers,
sum(user.posts) AS posts,
sum(user.reputation) AS reputation
FROM vb3teams AS teams
LEFT JOIN vb3user ON(teams.teamid = user.teamid)
WHERE teams.teamid =1
GROUP BY teams.teamid
mysql error: Unknown table 'user' in field list
mysql error number: 1109
Date: Friday 11th of March 2005 12:37:55 AM
Can someone please help me here???
|