推荐应用
Discuz! X2.5纵横搜索不跳转暂时解决方案
发布于 2012-12-17
如果你的站点Discuz! X2时,纵横搜索能正常使用,正常跳转,升级到Discuz! X2.5后诊断信息测试也都正常,没任何报错,只有纵横搜索不跳转,可以按下面方法暂时处理:
注意:操作前请一定备份好网站数据库数据
1、分别到你备份的Discuz! X2数据库和Discuz! X2.5数据库运行这个sql语句
3、我给你整合一个sql语句,然后站长拿这个SQL语句到自己的数据运行一下就能恢复跳转。
站长也可以自己整合:
方法是:
Discuz! X2数据:
注意:操作前请一定备份好网站数据库数据
1、分别到你备份的Discuz! X2数据库和Discuz! X2.5数据库运行这个sql语句
SELECT * FROM `pre_common_setting` WHERE `skey` = 'my_search_data'
2、将1中运行结果以帖子的形式回复;3、我给你整合一个sql语句,然后站长拿这个SQL语句到自己的数据运行一下就能恢复跳转。
站长也可以自己整合:
方法是:
Discuz! X2数据:
a:4:{s:6:"status";s:1:"1";s:5:"isnew";i:0;s:6:"domain";s:15:"search.4han.com";s:27:"set_forbidden_recwords_time";s:10:"1629356826";}
Discuz! X2.5数据:a:9: {s:6:"status";i:0;s:15:"allow_hot_topic";s:1:"1";s:20:"allow_thread_related";s:1:"1";s:21:"allow_forum_recommend";i:0;s:19:"allow_forum_related";s:1:"1";s:24:"allow_collection_related";s:1:"1";s:10:"cp_version";i:1;s:17:"recwords_lifetime";i:21600;s:6:"domain";s:15:"search.discuzlab.com";}
整合后的Discuz! X2.5数据: a:10:{s:6:"status";s:1:"1";s:5:"isnew";i:0;s:6:"domain";s:15:"search.discuzlab.com";s:27:"set_forbidden_recwords_time";s:10:"1629356826";s:15:"allow_hot_topic";s:1:"1";s:20:"allow_thread_related";s:1:"1";s:19:"allow_forum_related";s:1:"1";s:24:"allow_collection_related";s:1:"1";s:10:"cp_version";i:1;s:17:"recwords_lifetime";i:21600;}