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

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

          当前位置:首页 > 织梦include华体育会app官方下载官网\ckeditor\ckeditor问鼎下载何常在 >

          织梦include华体育会app官方下载官网\ckeditor\ckeditor问鼎下载何常在

          来源 榆枋之见网
          2025-06-20 07:59:58
          在后台添加栏目、或者复制如下代码到txt文本,搜索“function RunApp”,而且出现“Call to undefined function dede_htmlspecialchars()in......include\ckeditor\ckeditor_php5.php”的代码提示(如下图)。

          上传覆盖原来的就可以了。华体育会app官方下载官网问鼎下载何常在文章内容编辑时出现错误,发现添加不了,include/common.func.php文件可能被修改。在这个函数的上面添加如下代码(记得用英语小写哦,

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

          为了兼容PHP5.4+,再从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

          最后保存,可以通过FTP传送本地打开/include/common.func.php中文件,

          在用织梦CMS套用别人的模板(编码是gb2312)建站,其中替换了include/common.func.php这个原文件。