Davinel 0 Posted April 30, 2020 Hi guys A little problem with the saving prgression The server save my respect , # of death and kill but not my eguipement. everytime i return into the server i restart like a bambi Anyone know why ? thank you Share this post Link to post Share on other sites
z80cpu 37 Posted May 1, 2020 Hello @Davinel, There could be a lot if reasons why. In this case, I would suspect a: Bad/Out-dated mod Using ExtDB3 with a mod that is using ExtDB2 Improper DB config file Improper mod setup Those are a few things that could cause this. Sadly, there is not one 'thing' that would cause this. Sorry! 😞 1 Share this post Link to post Share on other sites
Davinel 0 Posted May 1, 2020 @z80cpu i try alot of thing but i dont try extb3 somoene say to me to change of LGBD Share this post Link to post Share on other sites
Davinel 0 Posted May 1, 2020 extb2 log : https://pastebin.com/jE0GDcg2 RPT log : https://pastebin.com/gd9X1XS8 Share this post Link to post Share on other sites
z80cpu 37 Posted May 1, 2020 Hello @Davinel, The logs tell you! RPT: File exile_server\code\ExileServer_system_database_query_insertSingle.sqf..., line 16 ExtDB2: [Thread 9232] extDB2: SQL_CUSTOM_V2: Error StatementException: MySQL: [MySQL]: [Comment]: mysql_stmt_execute error [mysql_stmt_error]: Field 'assigned_items' doesn't have a default value [mysql_stmt_errno]: 1364 [mysql_stmt_sqlstate]: HY000 [statemnt]: INSERT INTO player SET account_uid = ?, name = ? Maybes: The DB is not set up correctly You did not configure a script properly The scripts are for ExtDB3 You have a typo somewhere Here is what a 'good' ExtDB2 log looks like: extDB2: Version: 70 extDB2: https://github.com/Torndeco/extDB2 extDB2: Windows Version Message: All development for extDB2 is done on a Linux Dedicated Server Message: If you would like to Donate to extDB2 Development Message: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=2SUEFTGABTAM2 Message: Also leave a message if there is any particular feature you would like to see added. Message: Thanks for all the people that have donated. Message: Torndeco: 20/02/15 extDB2: Found extdb-conf.ini extDB2: Detected 4 Cores, Setting up 4 Worker Threads [15:21:42:523237 --4:00] [Thread 2588] extDB2: Database Type: MySQL [15:21:42:527237 --4:00] [Thread 2588] extDB2: Database Session Pool Started [15:21:42:529237 --4:00] [Thread 2588] extDB2: SQL_CUSTOM_V2: Loading Template Filename: C:\Games\Mods\ServerMods\@exileserver\extDB\sql_custom_v2\exile.ini [15:21:42:529237 --4:00] [Thread 2588] extDB2: SQL_CUSTOM_V2: Version 12 Detected, Latest Version 12 Available [15:21:42:534238 --4:00] [Thread 2588] extDB2: SQL_CUSTOM_V2: Loading Template Filename: C:\Games\Mods\ServerMods\@exileserver\extDB\sql_custom_v2\avs.ini [15:21:42:534238 --4:00] [Thread 2588] extDB2: SQL_CUSTOM_V2: Version 8 Detected, Latest Version 12 Available I can not tell you which of the above is 'bad'. Sorry. 😞 Share this post Link to post Share on other sites