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

Sqlite problem

Arita

:))
Joined
Dec 26, 2010
Messages
47
Reaction score
3
Location
Mexiiico!! :)
hii! otland!! i have this little trouble.. that i cant fix it.. :(

Code:
[26/12/2010 02:29:28] The Forgotten Server - Version 0.2.9 (Mystic Spirit).
[26/12/2010 02:29:28] A server developed by Talaturen, Kornholijo, Elf and Fallen.
[26/12/2010 02:29:28] Visit our forum for updates, support and resources: http://otland.net/.

[26/12/2010 02:29:28] >> Loading config
[26/12/2010 02:29:28] >> Loading RSA key
[26/12/2010 02:29:28] >> Testing SQL connection... SQLite.
[26/12/2010 02:29:28] > ERROR: Failed to connect to sqlite database file, make sure it exists and is readable.

this is from my console and this is my config.lua

Code:
	-- Database
	-- NOTE: sqlFile is used only by sqlite database, and sqlKeepAlive by mysql database.
	-- To disable sqlKeepAlive such as mysqlReadTimeout use 0 value.
	sqlType = "sqlite"
	sqlHost = "localhost"
	sqlPort = 3306
	sqlUser = "root"
	sqlPass = ""
	sqlDatabase = "theforgottenserver.s3db"
	sqlFile = "forgottenserver"
	sqlKeepAlive = 0
	mysqlReadTimeout = 0
	mysqlWriteTimeout = 0
	passwordType = "plain"

can you helpme... :S?
 
Back
Top