這篇文章主要介紹解決dedecms5.7 ask模塊現(xiàn)404的方法,文中介紹的非常詳細,具有一定的參考價值,感興趣的小伙伴們一定要看完!
創(chuàng)新互聯(lián)是一家專業(yè)從事網(wǎng)站制作、網(wǎng)站設(shè)計的網(wǎng)絡(luò)公司。作為專業(yè)網(wǎng)絡(luò)公司,創(chuàng)新互聯(lián)依托的技術(shù)實力、以及多年的網(wǎng)站運營經(jīng)驗,為您提供專業(yè)的成都網(wǎng)站建設(shè)、網(wǎng)絡(luò)營銷推廣及網(wǎng)站設(shè)計開發(fā)服務(wù)!
dedecms5.7 ask模塊現(xiàn)404怎么辦?
dedecms5.7 ask模塊的問題管理和答案管理出現(xiàn)404錯誤的解決方法
推薦學習:織夢cms
dedecms放到萬網(wǎng)空間后發(fā)現(xiàn)后臺的 ask 模塊的問題管理和答案管理出現(xiàn)404錯誤,但是在本地是好的,我查了一下源文件,一個不少,后來想到現(xiàn)在的虛擬主機是 linux 系統(tǒng),可能是文件區(qū)分大小寫所致。
度娘了一下,果真如此,萬惡的 dedecms,你就不能正經(jīng)一點嗎?
做如下修改,運行正確:
1、問題管理頁面:
代碼如下:
askcontroladminissue.php 的 $this->lurd = new lurd('dede_ask', $this->temp, $this->temp.'/lurd');
的 lurd 改為 Lurd即
代碼如下:
$this->lurd = new Lurd('dede_ask', $this->temp, $this->temp.'/lurd');;
2、答案管理頁面:同理
代碼如下:
askcontroladminanswer.php 的 $this->lurd = new lurd('dede_ask', $this->temp, $this->temp.'/lurd');
的 lurd 改為 Lurd 即
代碼如下:
$this->lurd = new lurd('dede_ask', $this->temp, $this->temp.'/lurd');。
以上是解決dedecms5.7 ask模塊現(xiàn)404的方法的所有內(nèi)容,感謝各位的閱讀!希望分享的內(nèi)容對大家有幫助,更多相關(guān)知識,歡迎關(guān)注創(chuàng)新互聯(lián)行業(yè)資訊頻道!