• 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 ACC]Loleslav Template: Lay

Yes i know this is a damn old post and all but i get this error on "best players"
PHP:
Fatal error: Call to a member function fetchAll() on boolean in E:\xampp\htdocs\layouts\lay\layout.php on line 138

And this is line 138
PHP:
                            $skills = $SQL->query('SELECT name,level,experience FROM players WHERE group_id < '.$config['site']['players_group_id_block'].' AND name != "Account Manager" ORDER BY level DESC, experience DESC LIMIT '.$limit)-> fetchAll();
 
Back
Top