gamerscms |
03-17-2009 02:16 PM |
Just installed the latest version and getting the following error:
Code:
Database error in vBulletin 3.8.1:
Invalid SQL:
SELECT players.id, players.userid, players.username AS sname, user.teamname AS username, user.teamid, players.round, players.slot, players.time, players.round2, players.round3, players.round4, players.round5, players.round6, players.round7, players.round8, players.round9, players.round10, players.round11, players.winner FROM tmnt_players AS players LEFT JOIN tmnt_teams AS user ON (players.userid = user.teamid) WHERE tid=11 ORDER BY slot ASC;
MySQL Error : Unknown column 'players.round8' in 'field list'
Error Number : 1054
Request Date : Tuesday, March 17th 2009 @ 03:14:35 PM
Error Date : Tuesday, March 17th 2009 @ 03:14:35 PM
Script : http://www.xboxhive.co.uk/forums/competitions.php?do=view&id=11
Referrer : http://www.xboxhive.co.uk/forums/competitions.php
IP Address : ******
Username : ******
Classname : vB_Database
MySQL Version : 5.0.67-community
Any ideas how to fix this?
Also get the same error when trying to report a ladder match once other player has reported his score.
|