亚洲最大看欧美片,亚洲图揄拍自拍另类图片,欧美精品v国产精品v呦,日本在线精品视频免费

  • 站長資訊網(wǎng)
    最全最豐富的資訊網(wǎng)站

    dedecms5.7 ask模塊現(xiàn)404怎么辦

    dedecms5.7 ask模塊現(xiàn)404怎么辦

    dedecms5.7 ask模塊現(xiàn)404怎么辦?

    dedecms5.7 ask模塊的問題管理和答案管理出現(xiàn)404錯(cuò)誤的解決方法

    推薦學(xué)習(xí):織夢cms

    dedecms放到萬網(wǎng)空間后發(fā)現(xiàn)后臺的 ask 模塊的問題管理和答案管理出現(xiàn)404錯(cuò)誤,但是在本地是好的,我查了一下源文件,一個(gè)不少,后來想到現(xiàn)在的虛擬主機(jī)是 linux 系統(tǒng),可能是文件區(qū)分大小寫所致。

    度娘了一下,果真如此,萬惡的 dedecms,你就不能正經(jīng)一點(diǎn)嗎?

    做如下修改,運(yùn)行正確:

    1、問題管理頁面:

    代碼如下:

    askcontroladminissue.php 的 $this->lurd = new lurd(<a href="mailto:'dede_ask'">'dede_ask'</a>, $this->temp, $this->temp.'/lurd');

    的 lurd 改為 Lurd即

    代碼如下:

    $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 即

    代碼如下:

    $this->lurd = new lurd(<a href="mailto:'dede_ask'">'dede_ask'</a>, $this->temp, $this->temp.'/lurd');。

    贊(0)
    分享到: 更多 (0)
    網(wǎng)站地圖   滬ICP備18035694號-2    滬公網(wǎng)安備31011702889846號