When I did a group search this is the error I got minus private info:
Quote:
Database error in vBulletin 3.6.2:
Invalid SQL:
SELECT grps.groupid, grps.title, grps.description, grps.catid, grps_categories.title AS catname, grps.approved, grps.create_date, grps.replycount, grps.lastpost, grps.membercount, grps.leaderid, user.username
FROM grps
LEFT JOIN grps_categories ON (grps_categories.catid = grps.catid)
LEFT JOIN user ON (user.userid = grps.leaderid)
WHERE (grps.title LIKE '%charmed%' OR grps.description LIKE '%charmed%')
AND approved = '1'
ORDER BY groupid DESC
LIMIT 0, 25;
MySQL Error : Table 'powerran_vb.user' doesn't exist
Error Number : 1146
Date : Saturday, October 14th 2006 @ 09:51:48 AM
Script : http://www.website.com/community/groups/search.php
Referrer : http://www.website.com/community/groups/
IP Address :
Username :
Classname : vB_Database
|
I also have about 35 groups so far....and it only shows 25 under the 'Browse Groups' categories. Its not showing the rest for some reason. And until its fixed, I added a direct link to my forums in my navbar. Its not re-writing that url it seems, but is re-writing others.