i got this trouble ;c
14:40:30 36] [AdKats] ENABLED! Beginning startup sequence...
[14:40:31 42] [AdKats] SUCCESS: Fetched 111 BF4 weapon stat definitions.
[14:40:31 65] [AdKats] SUCCESS: Fetched reputation definitions.
[14:40:31 90] [AdKats] SUCCESS: Fetched weapon information.
[14:40:32 12] [AdKats] SUCCESS: Fetched special player group definitions.
[14:40:33 17] [AdKats] SUCCESS: Server IP is my ip
[14:40:33 32] [AdKats] SUCCESS: Database connection open.
[14:40:33 48] [AdKats] INFO: Special players table not found. Attempting to add.
[14:40:33 56] [AdKats] SUCCESS: Non-Query success. 0 rows affected. [Adding special soldiers table]
[14:40:33 64] [AdKats] SUCCESS: Non-Query success. 0 rows affected. [Adding special soldiers table foreign keys]
[14:40:33 64] [AdKats] INFO: Player reputation table not found. Attempting to add.
[14:40:33 97] [AdKats] SUCCESS: Non-Query success. 0 rows affected. [Adding player reputation table]
[14:40:34 09] [AdKats] SUCCESS: Non-Query success. 0 rows affected. [Adding player reputation table foreign keys]
[14:40:34 18] [AdKats] INFO: Plugin orchestration table not found. Attempting to add.
[14:40:34 47] [AdKats] SUCCESS: Non-Query success. 0 rows affected. [Adding plugin orchestration table]
[14:40:34 53] [AdKats] INFO: AdKats statistics table not found. Attempting to add.
[14:40:34 54] [AdKats] SUCCESS: Non-Query success. 0 rows affected. [Adding AdKats statistics table]
[14:40:34 87] [AdKats] INFO: Special player effective not found. Attempting to add.
[14:40:35 01] [AdKats] SUCCESS: Non-Query success. 0 rows affected. [Adding special player effective.]
[14:40:35 23] [AdKats] SUCCESS: Non-Query success. 0 rows affected. [Adding initial special player effective values.]
[14:40:35 26] [AdKats] INFO: AdKats role groups table not found. Attempting to add.
[14:40:35 26] [AdKats] CREATE TABLE `adkats_rolegroups` (
`role_id` int(11) unsigned NOT NULL,
`group_key` VARCHAR(100) NOT NULL,
PRIMARY KEY (`role_id`,`group_key`),
KEY `adkats_rolegroups_fk_role` (`role_id`),
KEY `adkats_rolegroups_fk_command` (`group_key`),
CONSTRAINT `adkats_rolegroups_fk_role` FOREIGN KEY (`role_id`) REFERENCES `adkats_roles` (`role_id`) ON DELETE CASCADE ON UPDATE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci COMMENT='AdKats - Connection of groups to roles'
[14:40:35 26] [AdKats] ERROR-7611: [Non-Query failed. [Adding AdKats role groups table]: MySql.Data.MySqlClient.MySqlException (0x80004005): Cannot add foreign key constraint
bei PRoConEvents.AdKats.SafeExecuteNonQuery(MySqlCommand command)
bei PRoConEvents.AdKats.SendNonQuery(String desc, String nonQuery, Boolean verbose)]
[14:40:35 26] [AdKats] INFO: AdKats challenge definition table not found. Attempting to add.
[14:40:35 28] [AdKats] SUCCESS: Non-Query success. 0 rows affected. [Adding challenge definition table]
[14:40:35 28] [AdKats] INFO: AdKats challenge definition detail table not found. Attempting to add.
[14:40:35 47] [AdKats] SUCCESS: Non-Query success. 0 rows affected. [Adding challenge definition detail table]
[14:40:35 47] [AdKats] INFO: AdKats challenge rule table not found. Attempting to add.
[14:40:35 56] [AdKats] SUCCESS: Non-Query success. 0 rows affected. [Adding challenge rule table]
[14:40:35 56] [AdKats] INFO: AdKats challenge entry table not found. Attempting to add.
[14:40:35 57] [AdKats] SUCCESS: Non-Query success. 0 rows affected. [Adding challenge entry table]
[14:40:35 57] [AdKats] INFO: AdKats challenge entry detail table not found. Attempting to add.
[14:40:35 57] [AdKats] SUCCESS: Non-Query success. 0 rows affected. [Adding challenge entry detail table]
[14:40:35 57] [AdKats] INFO: AdKats challenge reward table not found. Attempting to add.
[14:40:35 59] [AdKats] SUCCESS: Non-Query success. 0 rows affected. [Adding challenge reward table]
[14:40:35 59] [AdKats] ALTER TABLE adkats_settings MODIFY setting_value varchar(10000)
[14:40:35 59] [AdKats] ERROR-7611: [AdKats tables not present or valid in the database. Have you run the AdKats database setup script yet? If so, are your tables InnoDB?]
[14:40:35 59] [AdKats] INFO: Shutting down AdKats.
[14:40:35 61] [AdKats] SUCCESS: Database timing confirmed.
[14:40:38 68] [AdKats] AdKats 7.6.1.1 Disabled! =(