joggele
10-22-2006, 06:58 PM
Hello,
I want to manage categories. If I put the "Go" button (at the right side from the combobox), I get the follow database error:
"Datenbankfehler in vBulletin 3.6.2:
Invalid SQL:
SELECT moderator.userid, user.username, moderator.catid, categories.title
FROM vb_adv_links_moderator AS moderator
INNER JOIN vb_adv_links_categories AS categories ON (moderator.catid = categories.catid)
INNER JOIN vb_user ON (moderator.userid = user.userid)
WHERE moderator.userid = 1 AND moderator.catid = 2;
MySQL-Fehler : Unknown table 'user' in field list
Fehler-Nr. : 1109
Datum : Sunday, October 22nd 2006 @ 11:52:38 PM"
What's the problem of this? Can you help me?
kind regards
Jürgen
I want to manage categories. If I put the "Go" button (at the right side from the combobox), I get the follow database error:
"Datenbankfehler in vBulletin 3.6.2:
Invalid SQL:
SELECT moderator.userid, user.username, moderator.catid, categories.title
FROM vb_adv_links_moderator AS moderator
INNER JOIN vb_adv_links_categories AS categories ON (moderator.catid = categories.catid)
INNER JOIN vb_user ON (moderator.userid = user.userid)
WHERE moderator.userid = 1 AND moderator.catid = 2;
MySQL-Fehler : Unknown table 'user' in field list
Fehler-Nr. : 1109
Datum : Sunday, October 22nd 2006 @ 11:52:38 PM"
What's the problem of this? Can you help me?
kind regards
Jürgen