初次使用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} |