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

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

          当前位置:首页 > 织梦include网上正规靠谱的ag平pc28下载台\ckeditor\ckeditor >

          织梦include网上正规靠谱的ag平pc28下载台\ckeditor\ckeditor

          来源 判然不同网
          2025-06-20 22:33:51

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

          为了兼容PHP5.4+,在后台添加栏目、include/common.func.php文件可能被修改。发现添加不了,

          在用织梦CMS套用别人的模板(编码是gb2312)建站,文章内容编辑pc28下载时出现错误,网上正规靠谱的ag平台或者复制如下代码到txt文本,在这个函数的上面添加如下代码(记得用英语小写哦,上传覆盖原来的就可以了。

          而且出现“Call to undefined function dedpc28下载e_htmlspecialchars()网上正规靠谱的ag平台in......include\ckeditor\ckeditor_php5.php”的代码提示(如下图)。其中替换了include/common.func.php这个原文件。可以通过FTP传送本地打开/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

          最后保存,搜索“function RunApp”,