Discuz!论坛打开纵横搜索后帖子无法打开解决方法

Discuz!论坛打开纵横搜索后帖子无法打开解决方法
Discuz!论坛打开纵横搜索后帖子无法打开,出现Fatal error: Call to undefined function dintval() in /home/oswhy.com/public_html/data/template/1_cloudsearch_module.tpl.php on line 85的错误。 解决方法如下: 打开source\plugin\cloudsearch\template\module.htm文件查找 $get_reltid = dintval($_GET[reltid])代替为 $get_reltid = intval($_GET[reltid])