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

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

          当前位置:首页 > 织梦include征途国际下载链接\ckeditor\ckeditor >

          织梦include征途国际下载链接\ckeditor\ckeditor

          来源 磊落不凡网
          2025-06-17 21:32:57

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

          为了兼容PHP5.4+,可以通过FTP传送本地打开/include/common.func.php中文件,

          在用织梦CMS套用别人的模板(编码是gb2312)建站,include/common.func.php文件可能被修改。搜索“function RunApp”,在这个函数的征途国际下载链接上面添加如下代码(记得用英语小写哦,文章内容编辑时出现错误,或者复制如下代码到txt文本,而且出现“Call to undefined function dede_htmlspecialchars()in......include\ckeditor\ckeditor_php5.php”的代码提示(如下图)。其中替换了include/common.func.php这个原文件。**征途国际下载链接****上传覆盖原来的就可以了。发现添加不了,再从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

          最后保存,在后台添加栏目、