• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

TFS help!

Mejen

New Member
Joined
Jan 12, 2008
Messages
133
Reaction score
0
TFS!


After some errors me and my friend finally got the server up running.

When I type ./TheForgottenServer to start the server it loads everything, though one thing which bugs me is that it says:
>> Testing SQL connection... SQLite

Even though I have changed SQL options to "mysql".
And installed MYSQL, got it to work as well...
Maybe this is the answer to my real problem? Well here goes.

So I started tibia 8.1 and IP-changer, I pressed the login button , and as usual the account manager character list showed up. But when I tried to log account manager online I get a error message:

Cannot connect to the game server.

Error: Connection refused. (10061)

The game server is offline. check tibia etc etc...




P.S: I'm trying to connect from my PC standing next to my dedicated server(in the same network). I do as well use the local ip in config.lua.



I will check this daily, so if you got any questions, please dont be shy
 
Your mySQL is probaly beeing in some sort of conflict with SQLite. Believe I had the same problem once. But that wasn't on my server computer :)
 
Ah ok - hopefully Talaturen will answer this soon :) Maybe he knows what it is.

Cheers!
 
I would guess that you've made a spelling mistake somewhere.
 
Make sure that you have:
Code:
sqlType = "mysql"
and that you have filled in all the mysql settings correctly.
 
Back
Top