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

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

          当前位置:首页 > 织梦include云开体育app官方网站升级\ckeditor\ckeditor28PC加拿大手机版-28PC加拿大官方版 >

          织梦include云开体育app官方网站升级\ckeditor\ckeditor28PC加拿大手机版-28PC加拿大官方版

          来源 化腐朽为神奇网
          2025-06-22 01:55:59
          文章内容编辑时出现错误,发现添加不了,在这个函数的上面添加如下代码(记得用英语小写哦,其中替换了include/common.func.php这个原文件。include/common.func.php文件可能被修改。

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

          为了兼容PHP5.4+,云开体育app官方网站升级或者复制如下代码到txt文本,上传覆盖原来的就可以了。可以通过FTP传送本地打开/include/common.func.php中文件,在后台添加栏目、再从txt文本复制到添加的地方)即可:

          function dede_htmlspecialchars($str) {

          global $cfg_soft_lang;*****云开体育app官方网站升级*

          if (version_compare(PHP_VERSION, '5.4.0', '<')) re28PC加拿大手机版-28PC加拿大官方版turn 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)建站,而且出现“Call to undefined function dede_htmlspecialchars()in......include\ckeditor\ckeditor_php5.php”的代码提示(如下图)。搜索“function RunApp”,