-
Content count
145 -
Donations
0.00 EUR -
Joined
-
Last visited
Content Type
Profiles
Forums
Wiki
Servers
Devblog
Everything posted by GyroCapitan
-
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)
-
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!
-
Yes just used the latest, still same issue when I try to remove something, Object not in database etc
-
I just edited the pbo directly as I am sure they are putting out a new package soon anyways
-
Didn't fix it for me, latest when I try to remove a wood floor: [09:15:55:295253 -05:00] [Thread 9852] extDB3: Locked [09:19:19:333753 -05:00] [Thread 9852] 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) [09:19:19:333790 -05:00] [Thread 9852] extDB3: SQL: Error MariaDBStatementException1: Input: createTerritory:76561198156367625:asdf:1499.831787:14241.548828:-0.211182:15:1:\A3\Data_F\Flags\flag_us_co.paa:0:["76561198156367625"]:["76561198156367625"]:Null [09:19:27:623763 -05:00] [Thread 9852] 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) [09:19:27:623805 -05:00] [Thread 9852] extDB3: SQL: Error MariaDBStatementException1: Input: insertConstruction:Exile_Construction_WoodFloor_Static:76561198156367625:1499.764893:14237.885742:-0.0466003:0.899753:-0.4364:0:0:0:1:NULL
-
Yea testing it out now, missed it as well
-
Fix link?
-
@Brett Nordin, I am by no means a SQL expert, but I do remember these two lines failing when running the upgrade.
-
Anyone getting this when building? https://ghostbin.com/paste/wxxr5
-
It was the date time line I thought I got before
-
Son of a......missed one line on the merge. Thanks
-
Just put these changes in and I am seeing this in the RPT: https://ghostbin.com/paste/rx57j Here is what I see in the db logs: https://ghostbin.com/paste/pa9ae