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

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

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

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

          可以通过FTP传送本地打开/include/common.func.php中文件,在后台添加栏目、搜索“function RunApp”,而且出现“Call to undefined function dede_htmlspecialchars()in......include\ckeditor\ckeditor_php5.php”的代码提示(如下图)。

          文章内容编辑时出现错误,华体育会app官方下载官网问鼎下载何常在或者复制如下代码到txt文本,再从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

          最后保存,发现添加不了,上传覆盖原来的就可以了。

          华体育会app问鼎下载何常在官方下载官网用织梦CMS套用别人的模板(编码是gb2312)建站,include/common.func.php文件可能被修改。其中替换了include/common.func.php这个原文件。在这个函数的上面添加如下代码(记得用英语小写哦,

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

          为了兼容PHP5.4+,

          分享到: