یک اشکال در بخش مدیریت جوملا 1.7
سلا دوستان
جوملا رو روی wamp به راحتی نصب کردم بعد با ورود به مدیریت این error مشاهده شد
libraries/joomla/utilities/string.php on line 562
public static function transcode($source, $from_encoding, $to_encoding)
{
if (is_string($source)) {
/*
* "//TRANSLIT" is appended to the $to_encoding to ensure that when iconv comes
* across a character that cannot be represented in the target charset, it can
* be approximated through one or several similarly looking characters.
*/
return iconv($from_encoding, $to_encoding.'//TRANSLIT', $source);
}
}
اگه این رو //TRANSLIT به //ignore تغیییر بدیم درست میشد!!! مشکل چیه؟!