初次使用dedecms v5.5調(diào)用discuz7.2論壇信息會出現(xiàn)類似以下錯(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}
注意{dede:loop table="root.cdb_threads" sort="tid" row="10"}中的root,它是你discuz論壇的數(shù)據(jù)庫用戶名,所以這里要改成你的數(shù)據(jù)庫的用戶名。然后刷新cms網(wǎng)站后臺,問題解決。