• 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 errors i don't understand

keatoru

...workin...
Joined
Apr 26, 2008
Messages
96
Reaction score
0
Location
KY, USA
I have the latest crying damson release and i got this data pack

8.54-8.55 Real map by Vardius (Venn)

I moved in the datapack, set up the config like so:
-- 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 = "server"
sqlFile = "server.s3db"
sqlKeepAlive = 0
mysqlReadTimeout = 10
mysqlWriteTimeout = 10
encryptionType = "plain"

I start up the server and it says running then i get this error

[19/05/2011 02:35:04] OTSYS_SQLITE3_PREPARE(): SQLITE ERROR: no such table: z_ots_comunication (SELECT * FROM z_ots_comunication WHERE "type" = 'login';)

and the errors keep coming.

I've tried using the standard forgottenserver.s3db that came with the distro, same errors.
I created a new database using the sqlite schema from datapack. same errors.

*the new database was named server.s3db*
 
Back
Top