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

Linux Problem with gesior AAC

gunz

GunzOT Owner
Premium User
Joined
Dec 30, 2007
Messages
540
Solutions
5
Reaction score
222
Hiho,

I have some problems when I'm checking a character info page or a guilds. It shows me smth like this
PHP:
Fatal error: Uncaught exception 'PDOException' with message 'SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute.' in /home/cach/otserv/web/pot/OTS_Player.php:112 Stack trace: #0 /home/cach/otserv/web/pot/OTS_Player.php(112): PDO->query('SELECT `id`, `n...') #1 /home/cach/otserv/web/characters.php(111): OTS_Player->load('89') #2 /home/cach/otserv/web/index.php(94): include('/home/cach/otse...') #3 {main} thrown in /home/cach/otserv/web/pot/OTS_Player.php on line 112

I don't know where can be the problem. Please explain it for me.

Thanks.
 
Back
Top