I am trying to run DayZed on my server for personal use but I am having a few issues and wondered if you guys would be able to offer some advise please. The errors I am getting are as follows:
Error #1:
2014-11-08 14:41:48 Database: [Error] Error 1146 (Table 'dayzed.object_data' doesn't exist) in MySQLQuery SQL: 'select iv.id as id, v.class_name, 0 as owner_id, iv.worldspace, iv.inventory, iv.parts, iv.fuel, iv.damage from `Object_DATA` iv join `world_vehicle` wv on iv.`world_vehicle_id` = wv.`id` join `vehicle` v on wv.`vehicle_id` = v.`id` where iv.`instance_id` = 3 union select id.`unique_id`, d.`class_name`, id.`owner_id`, id.`worldspace`, id.`inventory`, `Hitpoints`, `Fuel`, `Damage` from `Object_DATA` id inner join `deployable` d on id.`deployable_id` = d.`id` where id.`instance_id` = 3 AND `deployable_id` IS NOT NULL'
2014-11-08 14:41:48 Database: [Error] Failed to fetch objects from database
2014-11-08 14:41:57 Database: [Error] Error 1452 (Cannot add or update a child row: a foreign key constraint fails (`dayzed`.`instance_vehicle`, CONSTRAINT `instance_vehicle_ibfk_1` FOREIGN KEY (`instance
Error #2:
2014-11-08 16:40:58 HiveExt: [Error] Error fetching created character for playerId
I have someone helping me but we are both lost at the moment as to what is causing this, any advise would be appreciated. We downloaded the files from github a few weeks ago.
Regards