andrejonas 1 Posted April 14, 2019 So I've been trying for a good day or two now and I have somewhat understanding of the database but I can't seem to figure out this at all it's frustrating. When I start the server everything starts as normal but when I come to the loading of EXTDB3 it loads but I get this error message; https://pastebin.com/vF8u95nY and after this, the server shuts down. Here is also my EXTDB3 Log; https://pastebin.com/993FCzUi Share this post Link to post Share on other sites
Dedmen 2703 Posted April 15, 2019 Did you send a screenshot of a piece of text? really? Show us your extDB database config. Ofc take out the passwords first. Share this post Link to post Share on other sites
andrejonas 1 Posted April 15, 2019 4 hours ago, Dedmen said: Did you send a screenshot of a piece of text? really? Show us your extDB database config. Ofc take out the passwords first. https://pastebin.com/8qjn3LwJ haha yeah i Fixed it 😛 Share this post Link to post Share on other sites
Dedmen 2703 Posted April 15, 2019 Okey that config file doesn't help me much According to logs you are connecting a database with procol "SQL_CUSTOM_V2" but according to extDB wiki (https://bitbucket.org/torndeco/extdb3/wiki/Contents) only SQL_CUSTOM exists Seems like that's done from SQF script. Search for "ADD_DATABASE_PROTOCOL" in your scripts. Share this post Link to post Share on other sites
andrejonas 1 Posted April 15, 2019 @Dedmen https://pastebin.com/nfjkXg2j I'm sending the whole file so you can see further in there but its under ExtDB load protocol Share this post Link to post Share on other sites
Dedmen 2703 Posted April 16, 2019 _protocol comes from a parameter to the function. So the problem is in the parameters you call the function with. Actually... format["9:ADD_DATABASE_PROTOCOL", _database, _protocol, _extDB_SQL_CUSTOM_ID, _protocol_options] This format does nothing at all as the %1/%2 and so on are missing. Share this post Link to post Share on other sites
andrejonas 1 Posted April 16, 2019 4 hours ago, Dedmen said: _protocol comes from a parameter to the function. So the problem is in the parameters you call the function with. Actually... format["9:ADD_DATABASE_PROTOCOL", _database, _protocol, _extDB_SQL_CUSTOM_ID, _protocol_options] This format does nothing at all as the %1/%2 and so on are missing. Added these; https://pastebin.com/1QrNXdnP as you said but I still get the error 😕 Share this post Link to post Share on other sites
kryklin 1 Posted April 19, 2019 I have had issues like this while setting up Exile servers. One thing that might fix it is by disabling strict mode on your SQL server. https://stackoverflow.com/questions/40881773/how-to-turn-on-off-mysql-strict-mode-in-localhost-xampp Share this post Link to post Share on other sites