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

Solved Cannot Save Character With Error

Wolffy

Banned User
Joined
Mar 29, 2009
Messages
282
Reaction score
29
I am running a 8.6 custom evo server and the only problem i have is with sqlite.


it loads database just fine makes characters just fine but it does not save anything it does here is a screen shot of what it is saying.
33cvhq9.jpg




If anyone could help me out would get plenty of REP ++++++++++++++++++++++
 
Column cast doesn't exist in your database.

Code:
ALTER TABLE `players` ADD `cast` TINYINT NOT NULL DEFAULT '0',


Thanks alot but how would i execute this in a .s3db im using sqlite and when i try to add column cast in players it gives me a error [10:33:43] Could not commit table structure. Error message: near "ROLLBACKROLLBACK": syntax error

I got the cast added to database just had to use another route thanks for that but now i have this error.

a45qiq.jpg


actually fixed this error and got the players to be saved thanks alot for help
 
Last edited by a moderator:
Back
Top