無回應 — 審議這一問題已經一去不復返了。如果不是請寫在這裡。
無回應 — 審議這一問題已經一去不復返了。如果不是請寫在這裡。
pm 派 * * *。
你不送來訪問資料到 FTP。請寄我訪問到 FTP 的詳細資訊。
如果 test_yandex 返回一個空結果然後使用此快速修復:
- 打開的檔 includes/vbenterprisetranslator_class_translator.php
- 查找:
PHP Code:
if (strpos($result,'Translation code="403"') || strpos($result,'Translation code="404"'))
- 替換為:
PHP Code:
if (strpos($result,'Translation code="403"') || strpos($result,'Translation code="404"') || strpos($result,'Error code="404"'))
網站 Yandex 返回一個錯誤中跑出來的限制。測試不顯示消息。將在下一版本中添加此快速修復。
最後編輯者 Marcin Kalak; 15-02-14 在 11:05.
謝謝你,我就把這個試一試