error como solventar por favor
Publicado por mash (1 intervención) el 01/08/2015 12:17:40
me parace este error arriba en la pagina: Strict Standards: Resource ID#12 used as offset, casting to integer (12) in /home/u866166095/public_html/db/mysql.php on line 208
habro el mysql y la linea es esta: $this->row[$query_id] = @mysql_fetch_array($query_id);
pongo donde aparece:
if($query_id)
{
$this->row[$query_id] = @mysql_fetch_array($query_id);
return $this->row[$query_id];
}
else
{
return false;
}
yo no he tocado nada, lo instale tal cual me lo baje, alguien me puede decir que hay que hacer para quitar el error. gracias.
habro el mysql y la linea es esta: $this->row[$query_id] = @mysql_fetch_array($query_id);
pongo donde aparece:
if($query_id)
{
$this->row[$query_id] = @mysql_fetch_array($query_id);
return $this->row[$query_id];
}
else
{
return false;
}
yo no he tocado nada, lo instale tal cual me lo baje, alguien me puede decir que hay que hacer para quitar el error. gracias.
Valora esta pregunta


0