Pagina 1 din 1

Eroare cand modific datele userilor

Scris: 13-Ian-2008, 21:03:35
de thecrewstyle
Cand intru in Panoul de control si incerc sa modific datele unui user din Management imi apare eroarea

Cod: Selectaţi tot

Warning: htmlspecialchars() expects parameter 1 to be string, array given in /home/rwha5601/public_html/forum/admin/admin_users.php on line 475
Pe linia 475 apare:

$temp = $temp2;
}
else
$temp = htmlspecialchars($temp);
$profile_names[$name] = $temp;

if($required && empty($profile_names[$name]))
Ce trebuie sa fac?