讯睿CMS问答:评论区加载不出来,并显示“评论所属内容不存在”

讯睿CMS问答:评论区加载不出来,并显示“评论所属内容不存在”

2024-07-03 XunRuiCMS Sincere

问题:


截图20221224161841

这个“评论所属内容不存在”是啥意思啊

评论区加载不出来


https://www.guoctang.com/speak/KS10
template/pc/kangluyi




{template "public/include.html"}









{template "public/header.html"}






{$author}



{$author}


{$inputtime}





{$content}

{template "public/operate.html"}



{dr_module_comment('read', $id)}




{template "public/footer.html"}

答案:

这个这就是很明显的标签写错页面了,比如你内容页的标签儿,你用到了列表上或者反过来

评论标签写错了,发出来看看纠正一下

也不是评论标签写错了

因为就只有文章ID是8、9、10的时候这样,其他都正常

{dr_module_comment('read', $id)} 改成 {dr_module_comment(MOD_DIR, $id)}

迅睿框架创始人:感谢官方的帮助,问题已经解决了