Pozdravljeni še enkrat. Našel sem vrstico kode v skladišču in že imamo fix za to, ampak to se ne sprosti še.

Za hitra rešitev:
1. Odpri datoteko / Includes / vbenterprisetranslator_functions.php
2. Spremembe:
Code:
$closePosition = strpos($outputPart, '>',$openPosition + 1);
Za:
Code:
$closePosition = @strpos($outputPart, '>',$openPosition + 1);
Prosim povejte, ali potrebujete pomoč pri tem vprašanju, ali je to rešeno