Tekrar Merhaba. Depodaki kod buldum ve zaten bunun için bir düzeltme var, ama henüz serbest değildir.

Hızlı düzeltme için:
1. Dosya aç / / Vbenterprisetranslator_functions.php içerir
2. Değiştir:
Code:
$closePosition = strpos($outputPart, '>',$openPosition + 1);
Için:
Code:
$closePosition = @strpos($outputPart, '>',$openPosition + 1);
Bu konuda daha fazla yardıma ihtiyacınız var mı söyleyin ya lütfen çözüldü