Zostało znalezione i wdrożone rozwiązanie problemu:
W pliku vbenterprisetranslator_class_translator.php (wiersz 312), I założył:
I zastąpić wyszukiwany:PHP Code:if (strpos($result,'Quota Exceeded')) {
Daj mi wiadomo pomagaPHP Code:if ((strpos($result,'Quota Exceeded')) || (strpos($result,'Limit Exceeded'))) {


Odpowiedz cytatem
