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

sql error?

oddis

New Member
Joined
May 15, 2009
Messages
166
Reaction score
0
got 1 error whan i load my server

error. sqlite3_step (): SQLITE ERROR: columns id, world_id are not unique
 
go into your database like Exiber said, choose Global Storage, then you'll see world_id, press the key button far on the right >> that's a primary key

hope this is what Exiber meant.. :S
 
use this sql query/ on top of page press big button SQL then insert this and press go.

ALTER TABLE `global_storage` ADD PRIMARY KEY ( `world_id` )
 
Back
Top