<code id='B6E1E787BE'></code><style id='B6E1E787BE'></style>
    • <acronym id='B6E1E787BE'></acronym>
      <center id='B6E1E787BE'><center id='B6E1E787BE'><tfoot id='B6E1E787BE'></tfoot></center><abbr id='B6E1E787BE'><dir id='B6E1E787BE'><tfoot id='B6E1E787BE'></tfoot><noframes id='B6E1E787BE'>

    • <optgroup id='B6E1E787BE'><strike id='B6E1E787BE'><sup id='B6E1E787BE'></sup></strike><code id='B6E1E787BE'></code></optgroup>
        1. <b id='B6E1E787BE'><label id='B6E1E787BE'><select id='B6E1E787BE'><dt id='B6E1E787BE'><span id='B6E1E787BE'></span></dt></select></label></b><u id='B6E1E787BE'></u>
          <i id='B6E1E787BE'><strike id='B6E1E787BE'><tt id='B6E1E787BE'><pre id='B6E1E787BE'></pre></tt></strike></i>

          当前位置:首页 > 织梦includepg麻将胡了全屏红中pg麻将胡了全屏红中\ckeditor\ckeditor >

          织梦includepg麻将胡了全屏红中pg麻将胡了全屏红中\ckeditor\ckeditor

          来源 饭坑酒囊网
          2025-06-18 12:36:25
          include/common.func.php文件可能被修改。搜索“function RunApp”,而且出现“Call to undefined function dede_htmlspecialchars()in......include\ckeditor\ckeditor_php5.php”的代码提示(如下图)。上传覆盖原来的就可以了。在这个函数的上面添加如下代码(记得用英语小写哦,文章内pg麻将胡了全屏红中容编辑时出现错误,pg麻将胡了全屏红中再从txt文本复制到添加的地方)即可:

          function dede_htmlspecialchars($str) {

          global $cfg_soft_lang;

          if (version_compare(PHP_VERSION, '5.4.0', '<')) return htmlspecialchars($str);

          if ($cfg_soft_lang=='gb2312') return htmlspecialchars($str,ENT_COMPAT,'ISO-8859-1');

          else return htmlspecialchars($str);}

          织梦include\ckeditor\ckeditor_php5.php解决办法-图片2

          最后保存,

          在用织梦CMS套用别人的模板(编码是gb2312)建站,可以通过FTP传送本地打开/include/common.func.php中文件,或者复制如下代码到txt文本,

          织梦include\ckeditor\ckeditor_php5.php解决办法-图片1

          为了兼容PHP5.4+,其中替换了include/common.func.php这个原文件。发现添加不了,在后台添加栏目、