Wolfe
Sat 14th Jun '03, 7:53pm
I updated my forums from 2.3.0 to 3.0.0 beta 3 and when i click on a forum i got this error
Database error in vBulletin 3.0.0 Beta 3:
Invalid SQL:
### GET MOST RECENT ANNOUNCEMENT ###
SELECT
announcementid, startdate, title, views,
user.username, user.userid, user.usertitle, user.customtitle
FROM announcement AS announcement
LEFT JOIN user AS user ON(user.userid = announcement.userid)
WHERE startdate <= 1055631110
AND enddate >= 1055631110
AND forumid IN (7,6,-1)
ORDER BY startdate DESC
LIMIT 1
mysql error: Column: 'views' in field list is ambiguous
what does this mean :(
also in the admin cp when you add a promotion when you pick
Promotion Strategy as posts and reputation and date it does not show a Promotion Strategy on the modify page :(
but can you please help me fix the above error please
Database error in vBulletin 3.0.0 Beta 3:
Invalid SQL:
### GET MOST RECENT ANNOUNCEMENT ###
SELECT
announcementid, startdate, title, views,
user.username, user.userid, user.usertitle, user.customtitle
FROM announcement AS announcement
LEFT JOIN user AS user ON(user.userid = announcement.userid)
WHERE startdate <= 1055631110
AND enddate >= 1055631110
AND forumid IN (7,6,-1)
ORDER BY startdate DESC
LIMIT 1
mysql error: Column: 'views' in field list is ambiguous
what does this mean :(
also in the admin cp when you add a promotion when you pick
Promotion Strategy as posts and reputation and date it does not show a Promotion Strategy on the modify page :(
but can you please help me fix the above error please