
12-06-2010, 09:26 AM
|
 |
|
|
Join Date: Dec 2008
Location: Tennessee
Posts: 687
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by CypherSTL
Some of the tables weren't created during the upgrade.
|
I have the same error:
Quote:
Database error in vBulletin 3.8.6:
Invalid SQL:
UPDATE award
SET award_name = 'Spotlight Published Award',
award_desc = 'This medal is awarded to Members who have had their poetic works published on JPiC Spotlighted Artist Showcase.',
award_icon_url = 'images/medals/published-icon.gif',
award_img_url = 'images/medals/published.gif',
award_cat_id = '1',
award_displayorder = '2',
award_allowrequest = '1',
award_allowrecommend = '1',
award_active = '1',
award_pointvalue = '0'
WHERE award_id = 9;
MySQL Error : Unknown column 'award_allowrecommend' in 'field list'
Error Number : 1054
MySQL Version : 5.0.91-community
|
This happens when trying to update settings via AdminCP. Is there a fix for this? Is there perhaps a query I can run to create the table/column so that the error no longer occurs?
Thanks,
Jacquii.
btw - I've upgraded from a previous version YAAS.
|