修正。 3.3.2にも含まれます

クイックフィックスのためにこの手順を休耕してください。
1。開いているファイル /は/ vbenterprisetranslator_class_externalParser.php含まれています
2。コー ドを検索:
PHP Code:
$this->outputResult[$this->index] .= $toTranslate;              
if (
false === $cdata) {
$this->outputResult[$this->index] .= ']]>';
}
return 
false
3。にそれに最初の行を変更します。
PHP Code:
$this->outputResult[$this->index] .= vbet_getReEncoded($toTranslate);