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

Found 1 little bug

PhoOwned

^_^
Joined
Nov 11, 2010
Messages
375
Reaction score
66
I've installed modern, then removed database, make new db, import schema.mysql and then tried to execute in phpmyadmin your install file with mysql queries.
It show error because of:
PHP:
ALTER TABLE `forum` ADD `guild` int(11) unsigned DEFAULT NULL;
There is no table 'forum' (modern use 'forums') and you try to add column in not existing table (or .php script execute queries from last to first).
 
Back
Top