我收到错误最近,我都搞不懂。 它只出现在客人和镀铬的错误,如'这网页的重定向循环'。 看来,这只出现在页面尚未翻译。 下面是一个示例: http://cellphoneforums.net/de/******...-magazine.html
同一个页面,但在英语: Galaxy注3:禁用'杂志'?
任何想法?
我收到错误最近,我都搞不懂。 它只出现在客人和镀铬的错误,如'这网页的重定向循环'。 看来,这只出现在页面尚未翻译。 下面是一个示例: http://cellphoneforums.net/de/******...-magazine.html
同一个页面,但在英语: Galaxy注3:禁用'杂志'?
任何想法?
我做了一些进一步挖掘,我相信这与没有高速缓存提供商。 在guest虚拟机关闭高速缓存功能相同的网页不再产生一个重定向链接错误。
最后编辑者 tavenger5; 02-11-13 在 02:28.
更新后的最新版本和挂接Yandex,我打开guest虚拟机上高速缓存备份。 现在已启用,Yandex是翻译和页面不会被卡住在了一个重定向链接循环。
此错误时,会发生一定没有翻译提供商用,页面没有被翻译,和来宾高速缓存。
感谢您的报告。 我们将调查这一问题在我们的测试论坛。
快速解决此问题:
- 打开文件 mt.character.restriction
- 查找代码:
PHP Code:
function vbet_vbseo_filter_replace_text($text, $allowchars = null, $filter_stop_words = true, $reversable = false) {
if(isset($GLOBALS['FIX_EMAILS'])) {
return vbseo_filter_replace_text ($text, $allowchars, $filter_stop_words, $reversable);
}
static $executed = 0;
$language = vbet_translateAndPrepareTitle($text, $executed);
$executed = 1;
- 替换代码:
PHP Code:
function vbet_vbseo_filter_replace_text($text, $allowchars = null, $filter_stop_words = true, $reversable = false) {
if(isset($GLOBALS['FIX_EMAILS'])) {
return vbseo_filter_replace_text ($text, $allowchars, $filter_stop_words, $reversable);
}
static $executed = 0;
$language = vbet_translateAndPrepareTitle($text, $executed>1);
$executed += 1;
此问题将在下一版本中修复。
没有这种 txt...请告诉我在哪条线上它位于
这些代码行的每个版本中的位置是不同的。
VBET 添加了此修复程序。最简单的方法是,如果你更新你的 vBET 到最新版本。