hello, I have solution for you - NOT TESTED YET - so please make a copy of edited file!
1. open and make a copy of this file:
forum root/inlcludes/vbenterprisetranslator_functions.php
2. in this file find:
PHP Code:
$closePosition = strpos($outputPart, '>',$openPosition + 1);
3. and replace with:
PHP Code:
if(strlen($outputPart) > 1)
{
$closePosition = strpos($outputPart, '>',$openPosition + 1);
}
else $closePosition = false;
4. save a file and test it.
secondly - please give me a hint how to reproduce this issue on my test forum, may be this is a bug.
Thanks