编辑提交错误Catchable fatal error: Object of class JieqiUsersHandler

Posted 蚁人日记

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了编辑提交错误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;
            

 

以上是关于编辑提交错误Catchable fatal error: Object of class JieqiUsersHandler的主要内容,如果未能解决你的问题,请参考以下文章

PHP Catchable fatal error: Argument 2 passed to IlluminateRoutingUrlGenerator::__construct()

[ERR] collect2: fatal error: cannot find 'ld'

Symfony-Catchable致命错误:传递给Doctrine Common Collections ArrayCollection :: __ construct()的参数1必须是类(代码

VS2017git 提交提示错误 Git failed with a fatal error.

git err : fatal: remote origin already exists.

git提交代码出现错误fatal: Unable to create '项目路径/.git/index.lock': File exists.