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

Compiling Error : Sqlite Error. (Needing Help)

TioSam

New Member
Joined
Jan 2, 2008
Messages
10
Reaction score
0


I get this error:

SQLITE ERROR sqlite_exec: no such table: global_storage

My parameters:

-D__USE_MYSQL__
-D__USE_SQLITE__
-D__SERVER_PROTECTION__


-lxml2.dll
-lmysql
-lsqlite3
-lluasql_mysql
-lluasql_sqlite
-llua5.1
-lboost_system
-lboost_regex
-lws2_32
-lgmp
-lmswsock
-O2
-s

I will be very glad if someone help me.

Thanks.
 
This is the SQLite database that comes with the latest one. If you are just compiling the server itself, you will need to upgrade your current database to the new one (they've removed and a added many things).
 

Attachments

Back
Top