ฉันได้พบ และนำมาใช้วิธีแก้ไขปัญหาของคุณ:
ในแฟ้ม vbenterprisetranslator_class_translator.php (บรรทัด 312), ฉันก่อตั้ง:
และฉันไม่ได้แทนที่:PHP Code:if (strpos($result,'Quota Exceeded')) {
กรุณาแจ้งให้ทราบว่านี้ช่วยให้ miPHP Code:if ((strpos($result,'Quota Exceeded')) || (strpos($result,'Limit Exceeded'))) {




Reply With Quote
