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

[Gesior AAC] Victims list

Yes, you did hahahaha.

Thanks anyways:p!
 
when i kill 2 players the character section crash...

Fatal error: Uncaught exception 'PDOException' with message 'SQLSTATE[HY000]: General error: 1030 Got error 134 from storage engine' in C:\Users\Conglom-osoft\Documents\xampp\htdocs\characters.php:311 Stack trace: #0 C:\Users\Conglom-osoft\Documents\xampp\htdocs\characters.php(311): PDO->query('SELECT `player_...') #1 C:\Users\Conglom-osoft\Documents\xampp\htdocs\index.php(249): include('C:\Users\Conglo...') #2 {main} thrown in C:\Users\Conglom-osoft\Documents\xampp\htdocs\characters.php on line 311
 
when i kill 2 players the character section crash...
I think you have some corrupted table (player_deaths; players; player_killers; killers).

Execute these four queries (separatelly):
1)
PHP:
CHECK TABLE `players`
2)
PHP:
CHECK TABLE `killers`
3)
PHP:
CHECK TABLE `player_deaths`
4)
PHP:
CHECK TABLE `player_killers`

And tell me which of them shows "corrupt" or any error.
 
Back
Top