-
Content count
145 -
Donations
0.00 EUR -
Joined
-
Last visited
Community Reputation
12 NeutralAbout GyroCapitan
-
Rank
Capo
- Birthday 10/07/1982
Personal Information
- Homepage
Recent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
-
Their is, but NOT supported by @Janski nor @Monkeynutz so use at your own risk, one arma update with break it again I am sure etc.
- 149 replies
-
- scratchies
- gambling
- (and 4 more)
-
GyroCapitan started following Scratchies v1.5 - gambling for Exile Mod
-
Yea the problem is the exad stuff is no longer supported, pretty sure most are using infi apps now, so believe the code would need to be rewritten for the buttons etc.
- 149 replies
-
- scratchies
- gambling
- (and 4 more)
-
We are seeing the same thing as well: [03:17:51:547117 -04:00] [Thread 68676] extDB3: SQL: Error MariaDBStatementException1: Cannot add or update a child row: a foreign key constraint fails (`exile`.`construction`, CONSTRAINT `construction_ibfk_2` FOREIGN KEY (`territory_id`) REFERENCES `territory` (`id`) ON DELETE CASCADE) [03:17:51:547117 -04:00] [Thread 68676] extDB3: SQL: Error MariaDBStatementException1: Input: insertConstruction:Exile_Construction_WorkBench_Static:76561198137398477:8735.0908203:11619.362305:-0.0865631:0.00263014:0.999997:0:0:0:1:NULL
-
Genius at work, can confirm this worked
-
Thanks to @StokesMagee here is the lazy man fix as he calls it SET GLOBAL FOREIGN_KEY_CHECKS=0;
-
@BaroN Delete the foreign key......it happened to us as well. so far it seems to be working.
-
So we deleted the foreign key and it is working
-
Nothing, the flag is not inserting into the db and not returning an ID is all I can see. Still looking....does the $custom stuff had any effect?
-
Yea I cut off the Mikero stuff, trying one thing real quick: 12:18:50 File mpmissions\__cur_mp.ChernarusRedux\Exile_Server_Overrides\ExileServer_system_database_query_insertSingle.sqf, line 16
-
I do in CfgExileCustomCode.cpp, this is in my config.cpp #include "CfgExileCustomCode.cpp"
-
https://ghostbin.com/paste/dnqdy
-
Didn't see this before, but this would be it, not to figure out what override it is https://ghostbin.com/paste/hgh7y
-
Yea still same for me, still doing compares though [11:34:39:549923 -05:00] [Thread 13368] extDB3: Locked [11:36:36:006636 -05:00] [Thread 13368] extDB3: SQL: Error MariaDBStatementException1: Cannot add or update a child row: a foreign key constraint fails (`exile`.`territory`, CONSTRAINT `territory_ibfk_2` FOREIGN KEY (`flag_stolen_by_uid`) REFERENCES `account` (`uid`) ON DELETE SET NULL) [11:36:36:006669 -05:00] [Thread 13368] extDB3: SQL: Error MariaDBStatementException1: Input: createTerritory:76561198156367625:sdfgdfv:1490.10437:14239.176758:0.166626:15:1:\A3\Data_F\Flags\flag_us_co.paa:0:["76561198156367625"]:["76561198156367625"]:Null [11:36:41:372752 -05:00] [Thread 13368] extDB3: SQL: Error MariaDBStatementException1: Cannot add or update a child row: a foreign key constraint fails (`exile`.`construction`, CONSTRAINT `construction_ibfk_2` FOREIGN KEY (`territory_id`) REFERENCES `territory` (`id`) ON DELETE CASCADE) [11:36:41:372787 -05:00] [Thread 13368] extDB3: SQL: Error MariaDBStatementException1: Input: insertConstruction:Exile_Construction_WoodFloor_Static:76561198156367625:1489.755371:14239.936523:0.136963:-0.99909:-0.0426573:0:0:0:1:NULL
-
I was just comparing that exact file....okay testing now!