最新下载
热门教程
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
.dedecms5.7 后台 ask 模块管理 404 错误解决方法
时间:2022-06-25 16:39:06 编辑:袖梨 来源:一聚教程网
度娘了一下,果真如此,万恶的 dedecms,你就不能正经一点吗?
做如下修改,运行正确:
1、问题管理页面:
代码如下 | 复制代码 |
askcontroladminissue.php 的 $this->lurd = new lurd('#@__ask', $this->temp, $this->temp.'/lurd'); |
的 lurd 改为 Lurd即
代码如下 | 复制代码 |
$this->lurd = new Lurd('#@__ask', $this->temp, $this->temp.'/lurd');; |
2、答案管理页面:同理
代码如下 | 复制代码 |
askcontroladminanswer.php 的 $this->lurd = new lurd('#@__ask', $this->temp, $this->temp.'/lurd'); |
的 lurd 改为 Lurd 即
代码如下 | 复制代码 |
$this->lurd = new lurd('#@__ask', $this->temp, $this->temp.'/lurd');。 |
相关文章
- 和平精英PC模拟器怎么切换投掷武器-投掷物切换方法 08-14
- 和平精英PC模拟器ui怎么换回原来的-新旧UI切换方法 08-14
- 和平精英PC模拟器怎么唤出鼠标-鼠标唤出键位介绍 08-14
- 和平精英PC模拟器画质怎么调最清晰-画质设置教程 08-14
- 和平精英PC模拟器配置要求高吗-配置要求介绍 08-14
- 和平精英PC模拟器能和手机一起玩吗-多平台匹配机制介绍 08-14