मैंने पाया और अपने मुद्दे के लिए समाधान लागू किया:
फाइल में vbenterprisetranslator_class_translator.php (संरेखित 312), मैं की स्थापना:
और मैं इसके साथ प्रतिस्थापित किया था:PHP Code:if (strpos($result,'Quota Exceeded')) {
कृपया पता है अगर यह मदद करता है एम आई हैंPHP Code:if ((strpos($result,'Quota Exceeded')) || (strpos($result,'Limit Exceeded'))) {


भाव के साथ जवाब दें
