初次使用dedecms v5.5調(diào)用discuz7.2論壇信息會(huì)出現(xiàn)類(lèi)似以下錯(cuò)誤:
DedeCMS Error Warning! Technical Support: http://bbs.dedecms.com Error page: /index.php?upcache=1 Error infos: Table 'cc.cdb_threads' doesn't exist Error sql: Select * From cc.cdb_threads order by tid desc limit 0,10 查看dedecms 調(diào)用論壇內(nèi)容的代碼: {dede:loop table="root.cdb_threads" sort="tid" row="10"} <a href="http://bbs.liehuo.net/viewthread.php?tid=[field:tid /]"> ·[field:subject function="cn_substr('@me',30)" /]([field:lastpost function="date('m-d H:M','@me')" /])</a> <br/> {/dede:loop} |