• This is a read only backup of the old Emudevs forum. If you want to have anything removed, please message me on Discord: KittyKaev

Fresh Install of Cata, Worldserver errors

jadethread

Enthusiast
Hello I just installed a fresh version of Eluna Cata, and also a fresh version of EDB, I'm getting these errors when starting the world server.
Code:
In mysql_stmt_prepare() id: 12, sql: "INSERT INTO npc_vendor (entry, item, maxcount, incrtime, extendedcost, type) VALUES(?, ?, ?, ?, ?, ?)"
Unknown column 'type' in 'field list'
In mysql_stmt_prepare() id: 13, sql: "DELETE FROM npc_vendor WHERE entry = ? AND item = ? AND type = ?"
Unknown column 'type' in 'where clause'

Any idea what to do? I imported EDB using the .bat file
 

Tommy

Founder
Hello I just installed a fresh version of Eluna Cata, and also a fresh version of EDB, I'm getting these errors when starting the world server.
Code:
In mysql_stmt_prepare() id: 12, sql: "INSERT INTO npc_vendor (entry, item, maxcount, incrtime, extendedcost, type) VALUES(?, ?, ?, ?, ?, ?)"
Unknown column 'type' in 'field list'
In mysql_stmt_prepare() id: 13, sql: "DELETE FROM npc_vendor WHERE entry = ? AND item = ? AND type = ?"
Unknown column 'type' in 'where clause'

Any idea what to do? I imported EDB using the .bat file

You should read EDB's news thread or github title:

http://emudevs.com/showthread.php/2698-EDB?p=19014&viewfull=1#post19014

pEJPobK.png


It's currently for 3.3.5 and has been for months. :p
 
Top