Tôi đã tìm thấy và triển khai thực hiện giải pháp cho vấn đề của bạn:
Trong tập tin vbenterprisetranslator_class_translator.php (dòng 312), tôi thành lập:
Và tôi đã thay thế nó với:PHP Code:if (strpos($result,'Quota Exceeded')) {
Xin vui lòng cho mi biết nếu điều này sẽ giúpPHP Code:if ((strpos($result,'Quota Exceeded')) || (strpos($result,'Limit Exceeded'))) {


Trả lời Với Trích Dẫn
