NeverAgain 81 Report post Posted September 22, 2016 (edited) Hi i reinstall server but now i have problem with DB extdb LOG: extDB2: Found extdb-conf.ini extDB2: Detected 12 Cores, Setting up 6 Worker Threads [12:11:21:551405 +02:00] [Thread 8816] extDB2: Database Type: MySQL [12:11:21:553405 +02:00] [Thread 8816] extDB2: Database Session Pool Started [12:11:21:554405 +02:00] [Thread 8816] extDB2: SQL_CUSTOM_V2: Loading Template Filename: c:\hlserver\27618\@ExileServer\extDB\sql_custom_v2\exile.ini [12:11:21:554405 +02:00] [Thread 8816] extDB2: SQL_CUSTOM_V2: Version 12 Detected, Latest Version 12 Available [12:11:25:772647 +02:00] [Thread 8816] extDB2: SQL_CUSTOM_V2: Error StatementException: MySQL: [MySQL]: [Comment]: mysql_stmt_prepare error [mysql_stmt_error]: Unknown column 'is_trap' in 'field list' [mysql_stmt_errno]: 1054 [mysql_stmt_sqlstate]: 42S22 [statemnt]: SELECT id,class,account_uid,is_locked,position_x,position_y,position_z,direction_x,direction_y,direction_z,up_x,up_y,up_z,cargo_items,cargo_magazines,cargo_weapons,pin_code,territory_id,abandoned,deleted_at,money,is_trap FROM container WHERE id = ? [12:11:25:772647 +02:00] [Thread 8816] extDB2: SQL_CUSTOM_V2: Wiping Statements + Session [12:11:25:772647 +02:00] [Thread 8816] extDB2: SQL_CUSTOM_V2: Error: UniqueID: 1 Input String: loadContainer:2 RPT: 12:11:25 "ExileServer - Initializing game world..." 12:11:25 "ExileServer - Loading families from database..." 12:11:25 "ExileServer - Done loading families!" 12:11:25 "ExileServer - Loading territories from database..." 12:11:25 "ExileServer - Done loading territories!" 12:11:25 "ExileServer - Loading constructions from database..." 12:11:25 "ExileServer - Done loading constructions!" 12:11:25 "ExileServer - Loading vehicles from database..." 12:11:25 "ExileServer - Done loading vehicles!" 12:11:25 "ExileServer - Loading containers from database..." 12:11:25 "ExileServer - Database Error: Error Statement Exception" 12:11:25 Error in expression <ase_handleBig; }; }; (_result select 1) select 0> 12:11:25 Error position: <select 0> 12:11:25 Error Generic error in expression 12:11:25 File exile_server\code\ExileServer_system_database_query_selectSingle.sqf, line 27 Edited September 22, 2016 by NeverAgain Share this post Link to post Share on other sites
ynpMOOSE 122 Report post Posted September 22, 2016 It appears you have some customization that added 'is_trap' as a field on your container table in the database at one point, but now that field is no longer present. Share this post Link to post Share on other sites