dedecms5.7 ask模塊404錯誤的解決方法,DEDE技術
導讀:DEDE技術DEDE技術★dedecms5.7 ask模塊404錯誤的解決方法★簡介: 本節內容:dedecms5.7 ask模塊的問題管理和答案管理 404錯誤 將dedecms系統dede,模板織夢模板修改。手機模板dede
本節內容:
dedecms5.7 ask模塊的問題管理和答案管理 404錯誤 將dedecms系統放到西部數碼空間后發現后臺的 ask 模塊的問題管理和答案管理出現404錯誤,本地測試沒有問題。 虛擬主機是 linux 系統,可能是文件區分大小寫所致。 解決方法: 1、問題管理頁面: askcontroladminissue.php 的 $this->lurd = new lurd(<a href="mailto:'dede_ask'">'dede_ask'</a>, $this->temp, $this->tedede會員中心模板mp.'/lurd'); 的 lurd 改為 Lurd。(www.genban.org 網站建設) 代碼: this->lurd = new Lurd(<a href="mailto:'dede_ask'">'dede_ask'</a>, $this->temp, $this->temp.'/lurd'); 2、答案管理頁面: askcontroladminanswer.php 的 $this->lurd = new lurd(<a href="mailto:'dede_ask'">'dede_ask'</a>, $this->temp, $this->temp.'/lurd'); 的 lurd 改為 Lurd。 &dede模板安裝nbsp; 代碼: $this->lurd = new lurd(<a href="mailto:'dede_ask'">'dede_ask'</a>, $this->temp, $this->temp.'/lurd'); 相關dede,模板織夢模板修改。聲明: 本文由我的SEOUC技術文章主頁發布于:2023-07-20 ,文章dedecms5.7 ask模塊404錯誤的解決方法,DEDE技術主要講述解決方法,模塊,DEDE技術網站建設源碼以及服務器配置搭建相關技術文章。轉載請保留鏈接: http://www.bifwcx.com/article/web_31335.html