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

Undefined variable $newsTicker

Aldruh

Member
Joined
Feb 6, 2011
Messages
25
Reaction score
7
I have this error on the website, when creating an account, the verification image does not work and it does not allow me to create the account, is there any way to remove this or can I fix it?
I'm using Gesior2012-TFS-1.2
 

Attachments

I have this error on the website, when creating an account, the verification image does not work and it does not allow me to create the account, is there any way to remove this or can I fix it?
I'm using Gesior2012-TFS-1.2
Set the following line to false if you wish to disable code-verification.
PHP:
$config['site']['verify_code'] = true;

Otherwise try the following:
 
In case of Windows and updated version of PHP:

or disable it as @Snavy said. In config/config.php in acc. maker dir.
 
Back
Top