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

Top 10 players Gesior

Imfreezing

Krossa Kapitalismen
Joined
Jun 7, 2012
Messages
1,009
Solutions
1
Reaction score
88
Location
Edron
Can someone help me with this error?
Code:
Warning: Invalid argument supplied for foreach() in C:\xampp\htdocs\layouts\tibiacom\layout.php on line 232
i get it on my top 10 level
Script,
http://pastebin.com/9p3jr8Cd

thanks alot, imfreezing
 
Hello my friend,

The problems looks like is in this query:
Code:
$skills = $SQL->query('SELECT name,online,level,experience,vocation,promotion FROM players WHERE players.deleted = 0 AND players.group_id < '.$config['site']['players_group_id_block'].' AND name != "Account Manager" ORDER BY level DESC, experience DESC LIMIT 10;');

Do you know what this value "$config['site']['players_group_id_block']" is?
 
Wish i did my friend,Wish i did
Hello my friend,

The problems looks like is in this query:
Code:
$skills = $SQL->query('SELECT name,online,level,experience,vocation,promotion FROM players WHERE players.deleted = 0 AND players.group_id < '.$config['site']['players_group_id_block'].' AND name != "Account Manager" ORDER BY level DESC, experience DESC LIMIT 10;');

Do you know what this value "$config['site']['players_group_id_block']" is?
 
Back
Top