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

Site not linked to server

reevesy

New Member
Joined
Aug 21, 2007
Messages
84
Reaction score
0
Location
England
Ok so i can create chars on my site but can not log onto them when i run the server. i dont understand this. can someoen please help me. thank you.
 
I bet you are using sqlite instead of mysql. Check and see under your config.php if it is set correctly.
 
:p

na im useing mysql. this is what i have put there


-- Database Config --
sqlHost = "localhost"
sqlUser = "root"
sqlPass = "*******"
sqlDatabase = "forgottenserver"
sqliteDatabase = "forgottenserver.s3db"
sqlType = "MySql"
useMD5Passwords = "no"


i dont know what i have done wrong... my site is linked to my database fine but my server isnt :S. also when chars are created they have to temple position. what file do i set this in?
 
-- Database Config --
sqlHost = "localhost"
sqlUser = "root"
sqlPass = "*******"
sqlDatabase = "forgottenserver"
sqliteDatabase = ""
sqlType = "MySql"
useMD5Passwords = "no"


Remove Sqlite database.
 
Back
Top