Warning: mysql_fetch_assoc() expects parameter 1 to be resource, boolean given in /home/xxxx/public_html/GameEngine/Database/db_MYSQL.php on line 830
Şu hatayı alıyorum
830. satırda şu
function getResourceLevel($vid) {
$q = "SELECT * from " . TB_PREFIX . "fdata where vref = $vid";
$result = mysql_query($q, $this->connection);
return mysql_fetch_assoc($result);
}Arkadaşla yardımcı olabilir misiniz her tarafta çıkıyor bu