來自用戶的信息: 在這裡,我們報告錯誤論壇 - 頁236 對於較長的帖子出現錯誤: Code: Catchable fatal error: Argument 3 passed to vbet_containsSeparated() must be an instance of int, integer given, called in /usr/local/www/apache24/data/forum.alfaholicy.org/includes/vbenterprisetranslator_functions_detection.php on line 158 and defined in /usr/local/www/apache24/data/forum.alfaholicy.org/includes/vbenterprisetranslator_functions_detection.php on line 173 該文件vbenterprisetranslator_functions_detection.php將其標記為註釋下面幾行: Code: //if(vbet_containsSeparated($message, $ignoredLen, $index)) {^M //$message = substr_replace($message, ''.$ignored.''$索引,ignoredLen)$ ^ M //指數+ = VBET_NOTRANSLATE_LENGTH;} // ^ M ^ M 該解決方案幫助但我不知道是否該意見沒有標註一些重要的事情審視一下大部分積蓄
Catchable fatal error: Argument 3 passed to vbet_containsSeparated() must be an instance of int, integer given, called in /usr/local/www/apache24/data/forum.alfaholicy.org/includes/vbenterprisetranslator_functions_detection.php on line 158 and defined in /usr/local/www/apache24/data/forum.alfaholicy.org/includes/vbenterprisetranslator_functions_detection.php on line 173
//if(vbet_containsSeparated($message, $ignoredLen, $index)) {^M //$message = substr_replace($message, ''.$ignored.''$索引,ignoredLen)$ ^ M //指數+ = VBET_NOTRANSLATE_LENGTH;} // ^ M ^ M
您註釋掉包裹在notranslate bbcodes到來的消息單詞/句子。是您的文件vbenterprisetranslator_functions_detection.php肯定是有效的? 這個功能應該是這樣的: PHP Code: if(vbet_containsSeparated($message,$ignoredLen, $index)) { $message = substr_replace($message, '[notranslate]'.$ignored.'[/notranslate]', $index, $ignoredLen); $index += VBET_NOTRANSLATE_LENGTH; } 您可以嘗試下載最新的更新和vBET'a文件(我可以看到你正在使用最新版本)。如果不忽略單詞/句子 AdminCP->vBET->Translation Options->Ignored words/sentences 那麼這個功能是不是理論上你所需要的。
if(vbet_containsSeparated($message,$ignoredLen, $index)) { $message = substr_replace($message, '[notranslate]'.$ignored.'[/notranslate]', $index, $ignoredLen); $index += VBET_NOTRANSLATE_LENGTH; }
最後編輯者 Marcin Kalak; 18-05-17 在 15:49.
不幸的是,我用忽略單詞。因為不是阿爾法羅密歐阿爾法·羅密歐的向我解釋。如何做到這一點是確定的? 購買和安裝最新版本(前幾天)之前,我使用的免費版本。也許這就是為什麼這些花?
頂部重新下載最新版本,並VBET您從文件夾上傳文件 上傳 覆蓋它們的服務器上。
要解決此問題包括: 1)打開文件: includes/vbenterprisetranslator_functions_detection.php 2)查找行: PHP Code: function vbet_containsSeparated($text, $ignoredLen, int $index) { 3)更換到: PHP Code: function vbet_containsSeparated($text, $ignoredLen, $index) { 這一變化將在下一版本VBET推出。請注意,以包裹在標籤[notranslate],使用舊詞 AdminCP->vBET Tools->Opaque Ignored Words.
function vbet_containsSeparated($text, $ignoredLen, int $index) {
function vbet_containsSeparated($text, $ignoredLen, $index) {
最後編輯者 Marcin Kalak; 27-05-17 在 09:05.
查看標籤雲
論壇規則