Hata;
Warning:
html_entity_decode() [function.html-entity-decode]: charset `ISO-8859-9' not
supported, assuming iso-8859-1 in [path]/vbseo/includes/functions_vbseo_misc.php on line 160
Çözüm;
/vbseo/includes/functions_vbseo_misc.php dosyasında...
Bul;
Kod:
$tmatch[1] = html_entity_decode($tmatch[1], ENT_COMPAT, $pcharset);
Değiştir;
Kod:
$tmatch[1] = @html_entity_decode($tmatch[1], ENT_COMPAT, $pcharset);