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

Modern ACC Problem

TheSEED

New Member
Joined
Apr 8, 2013
Messages
16
Reaction score
0
Hey,

i have a problem with my modern acc, everytime when i want to install it, i get errors like this:

M1zbWAd.png


Can you help me ?

Greetz,
TheSEED
 
The table server_motd doesn't exist in your database.

Code:
CREATE TABLE `server_motd`
(
`id` INT UNSIGNED NOT NULL,
`world_id` TINYINT(2) UNSIGNED NOT NULL DEFAULT 0,
`text` TEXT NOT NULL,
UNIQUE (`id`, `world_id`)
) ENGINE = InnoDB;
 
Back
Top