Jump to content
andrejonas

EXTDB3 Issue that I can't resolve.

Recommended Posts

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

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
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

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

_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
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

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

×