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

HTTP Error 500

WORGEN

Mind Freak
Premium User
Joined
Jul 17, 2012
Messages
162
Reaction score
5
Location
FreakOT
Hello,
I'm Using gesior aac 2012
everything is okay, but when try to create an account or login in the website
Connection refused and getting a message with *HTTP Error 500*.
Can anybody help please?
 
I assume the database handler returns an object that manages the mysql connection/data between your website and your database. (where account and player information is stored)

Could be that the gesior installation has saved wrong SQL info?
Perhaps try to reinstall it.
Does stuff like highscores work?

Have you done any custom modifications to the files?
 
I assume the database handler returns an object that manages the mysql connection/data between your website and your database. (where account and player information is stored)

Could be that the gesior installation has saved wrong SQL info?
Perhaps try to reinstall it.
Does stuff like highscores work?

Have you done any custom modifications to the files?
Other stuff like highscores works fine, but create account and account management has that problem, and search character too.
i use custom pages .. i tried to reinstall it and got the same problem..
also i tried another gesior aac and it works fine .
 
I assume the database handler returns an object that manages the mysql connection/data between your website and your database. (where account and player information is stored)

Could be that the gesior installation has saved wrong SQL info?
Perhaps try to reinstall it.
Does stuff like highscores work?

Have you done any custom modifications to the files?

No it's the query returning false.

PHP:
$ret = $this->getDatabaseHandler()->query(SQL);
if ($ret) $this->data = $ret->fetch();
 
Back
Top