• 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 Error Glovalevents. Save shutdown.

pazpa

New Member
Joined
Aug 5, 2008
Messages
21
Reaction score
2
Location
Mexico
Hello. I need some help with this Erro i have starting the server exe.

The server name is. Decent ot.

It uses tfs but i don't know the version.

error%202_zpsktpcoww7.png


I hope you can help me.
Thx for reading this.
 
In order to fix that problem :
1; You need to go to to the Php my admin.
2: clic on sql.
3; then add this.

REATE TABLE IF NOT EXISTS `z_shut` (
`id` INT(11) NOT NULL AUTO_INCREMENT,
`shutdown` INT(11) NOT NULL DEFAULT '1',
`long` INT(11) NOT NULL DEFAULT '1',
PRIMARY KEY (`id`),
KEY `id` (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=2 ;


INSERT INTO `z_shut` (`id`, `shutdown`, `long`) VALUES
(1, 0, 1);​
4; press go. and thats it.
 
Back
Top