名站网址导航为大驾家提供DedeCMS站点程序站点教程相关的知识,比如织梦程序安装教程,织梦程序系统故障等教程。织梦程序dedecms网站程序5.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->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');
关于DedeCMS站点程序站点教程相关的知识,就说到这里了希望能帮助朋友们。DEDECMS织梦程序模板图片水印的设置相关具体操作方法