lexxa пишет:
...
вот посоветовали на http://forums.movabletype.org
Uncheck use HTML in comments in feedback settings and the error will go away. This is a well known bug but don't expect six-part to fix it since the error isn't immediately reproducible to them.
жаль уже откатился на 5.01
Мне это не помогло.
Пришлось разбираться и вот, что получилось
В файле /MT/lib/MT/I18N/default.pm строка 197
$text = Encode::encode( $to, $text );
} else {
Encode::from_to($text, $from, $to);
}
заменил на вот это
$text = Encode::encode( $to, $text );
} else {
$text = Encode::encode( $to, $text );
}
Заработало.
Скорее всего это повлияет на кодировку если в mt-config.cgi PublishCharset отличается от utf-8. У меня не отличается - так что работает