Hi again. I found the line of code in repository and we already have fix for it, but it is not released yet.
For quick fix:
1. Open file /includes/vbenterprisetranslator_functions.php
2. Change:
To:Code:$closePosition = strpos($outputPart, '>',$openPosition + 1);
Please tell do you need more help with this issue or is it solvedCode:$closePosition = @strpos($outputPart, '>',$openPosition + 1);![]()




Reply With Quote
