初次使用dedecms v5.5調用discuz7.2論壇信息會出現類似以下錯誤:
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 調用論壇內容的代碼:
{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論壇的數據庫用戶名,所以這里要改成你的數據庫的用戶名。然后刷新cms網站后臺,問題解決。