杰奇2.4文章编辑提交错误Catchable fatal error: Object of class JieqiUsersHandler
Posted 蚁人日记
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了杰奇2.4文章编辑提交错误Catchable fatal error: Object of class JieqiUsersHandler相关的知识,希望对你有一定的参考价值。
杰奇2.4在后台编辑章节提交时 会报以下错误
解决方案:找到对应的文件处: /www/wwwroot/com/class/users.php on line 423
if (1 <= $numrows) {
$tmpvar = 'Jieqi' . ucfirst($this->basename);
//${$this}->basename = new $tmpvar();
//${$this}->basename->setVars($this->db->fetchArray($result));
//return ${$this}->basename;
//修改如下
${$this->basename} = new $tmpvar();
${$this->basename}->setVars($this->db->fetchArray($result));
return ${$this->basename};
}
以上是关于杰奇2.4文章编辑提交错误Catchable fatal error: Object of class JieqiUsersHandler的主要内容,如果未能解决你的问题,请参考以下文章
Symfony-Catchable致命错误:传递给Doctrine Common Collections ArrayCollection :: __ construct()的参数1必须是类(代码
PHP Catchable fatal error: Argument 2 passed to IlluminateRoutingUrlGenerator::__construct()