View Single Post
  #2  
Old 02-05-2010, 04:55 PM
Derision
Developer
 
Join Date: Feb 2004
Location: UK
Posts: 1,540
Default

Looks like you are running a version of the server that is not compatible with your database, in particular those errors suggest you need to source at least these database updates:

Code:
1057_titles.sql
1077_botgroups.sql
1136_spell_globals.sql
1195_account_suspendeduntil.sql
from http://code.google.com/p/projecteqem.../utils/sql/svn

There may be other SQL updates required, depending on how old your database is.
Reply With Quote