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

gesior aac problem

Snoker

New Member
Joined
Apr 6, 2009
Messages
131
Reaction score
0
D:/Games/Tibia/ots/Adventure/ - file isn't valid SQLite database.
D:/Games/Tibia/ots/Adventure/ - doesn't exist.

i tryed all the solutions, not success.
 
It looks like you're using SQLite in your config.lua

Lua:
	sqlType = "sqlite"
	sqlHost = "localhost"
	sqlPort = 3306
	sqlUser = "root"
	sqlPass = "****"
	sqlDatabase = ""
	sqlFile = "forgottenserver.s3db" <------- THAT IS YOUR SQLITE DATABASE
	sqlKeepAlive = 60
	mysqlReadTimeout = 10
	optimizeDatabaseAtStartup = "no"
	passwordType = "plain"

Make sure you either use SQLite corrected database or the MYSql
 
Back
Top