Warning: htmlspecialchars()
Warning: htmlspecialchars() expects parameter 1 to be string, array given in
D:\ftproot\weblap.hu\WWW\shop\includes\functions\general.php on line 46
ezt a hibaüzit kaptam a vásárlás megerősítésénél... ilyen még nem volt...
Megoldás:
A megoldás az includes/functions/general.php fájlban a módosítás:
kb.482.sor
ezt kell lecserélni:
if ($country == '') $country = tep_output_string_protected($address['country']);
erre:
if ($country == '') $country = tep_output_string_protected($address['country']['title']);
és megszünt a hibaüzenet.
Módosítás: ( 2009. szeptember 25. péntek, 17:40 )


