国内外VPS
主机测评与优惠

杰奇2.4编辑文章保存出错bug彻底修复方法

杰奇2.4编辑文章出错bug彻底修复方法 杰奇2.4UTF8开源版编辑文章保存报错的修复办法

直接上干货

修改文件: /class/users.php 423行左右

修改前:

            if (1 <= $numrows) {                  $tmpvar = 'Jieqi' . ucfirst($this->basename);                  ${$this}->basename = new $tmpvar();                  ${$this}->basename->setVars($this->db->fetchArray($result));                  return `${$this}->basename`;              }

修改后:

            if (1 <= $numrows) {                  $tmpvar = 'Jieqi' . ucfirst($this->basename);                  ${$this->basename} = new $tmpvar();                  ${$this->basename}->setVars($this->db->fetchArray($result));                  return ${$this->basename};              }
赞(0)
版权声明:本文采用知识共享 署名4.0国际许可协议 [BY-NC-SA] 进行授权
文章名称:《杰奇2.4编辑文章保存出错bug彻底修复方法》
文章链接:https://www.liuzhanwu.com/16104.html
本站资源仅供个人学习交流,请于下载后24小时内删除,不允许用于商业用途,否则法律问题自行承担。

登录

找回密码

注册