
Seems like people are having problems here. Sorry I was away for a while. Will get back to you guys.
I havent install vb3.5 yet, but I will upgrade it for 3.5 (dont have any deadline yet)
for those who got the error something like
Quote:
Database error in vBulletin 3.0.3:
Invalid SQL: SELECT * FROM vb3_award_cat
WHERE award_cat.award_cat_id = 1
ORDER BY award_cat_displayorder
mysql error: Unknown table 'award_cat' in where clause
mysql error number: 1109
|
find the line 1109 in the file that you are calling, replace
SELECT * FROM
" . TABLE_PREFIX . "award_cat
by
SELECT * FROM
" . TABLE_PREFIX . "award_cat AS award_cat
any place that are missing
" . TABLE_PREFIX . ", please add the prefix in.
I will take a look at my files and correct it.
Thanks for using YAAS!