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

Little bug in Gesior WebSite - GUILDS

picachu

Member
Joined
Dec 2, 2007
Messages
970
Reaction score
11
Hello otlanders :).

I Have one little bug with my gesior website.
When i go see one guild:

Code:
Fatal error: Uncaught exception 'E_OTS_NotLoaded' in C:\xampp\htdocs\pot\OTS_Player.php:265 Stack trace: #0 C:\xampp\htdocs\guilds.php(232): OTS_Player->getName() #1 C:\xampp\htdocs\index.php(179): include('C:\xampp\htdocs...') #2 {main} thrown in C:\xampp\htdocs\pot\OTS_Player.php on line 265

What can I do?
:peace:
 
@up
Not help. :s

@topic:
I fixed it now.
Just change one code in script :)

:peace:

Now, find another bug
When i Search one player, example Suryanick
It find for a long time and show one error ( but is just this char ):
Code:
Fatal error: Maximum execution time of 60 seconds exceeded in C:\xampp\htdocs\characters.php on line 354
 
Last edited:
Line 354:

Code:
                    $player_env1 = $SQL->query('SELECT * FROM killers WHERE death_id = '.$player_env_id.' GROUP BY death_id');
 
Back
Top