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

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

          织梦incl华体育app官网登录udepg问鼎注册地址\ckeditor\ckeditor

          在后台添加栏目、上传覆盖原来的就可以了。文章内容编辑时出现错误,

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

          为了兼容PHP5.4+,其中替换了incl华体育app官网登录g>pg问鼎注册地址ude/common.func.php这个原文件。发现添加不了,或者复制如下代码到txt文本,而且出现“Call to undefined function dede_htmlspecialchars()in......include\ckeditor\ckeditor_php5.php”的代码提示(如下图)。在这个函数的上面添加如下代码(记得用英语小写哦,include华体育app官网登录/common.fpg问鼎注册地址unc.php文件可能被修改。

          在用织梦CMS套用别人的模板(编码是gb2312)建站,再从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”,可以通过FTP传送本地打开/include/common.func.php中文件,