Quote:
Originally Posted by dave777
Just tried to set the cost for each v3 arcade game in the "v3 Arcade Quick Editor" option and got this error:
Database error in vBulletin 3.5.3:
Invalid SQL:
UPDATE arcade_games
SET
title = '2D Knockout',cost = '20'
WHERE gameid = '141';
MySQL Error : Unknown column 'cost' in 'field list'
Error Number : 1054
Date : Tuesday, March 14th 2006 @ 02:59:56 AM
|
Did you select Allow overwrite when you imported the new xml file? Check your database to see if there is a "cost" field in your "arcade_games" table. If not try reimporting your xml file allowing overwrite and see if it fixes your problem.