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

Website errors.

Yup.

PHP:
memory_limit = 128M
error_reporting = E_ERROR | E_WARNING | E_PARSE
short_open_tag = On
; short open tags should be Off but it breaks many gesior layouts
 
Try with
PHP:
error_reporting = E_ALL & ~E_DEPRECATED & ~E_STRICT
You need to restart your web server after you have changed this
 
Back
Top