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

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

          
          当前位置:首页 > 织梦include在线体彩投注\c华体育hth最新官网登录keditor\ckeditor

          织梦include在线体彩投注\c华体育hth最新官网登录keditor\ckeditor

          include/common.func.php文件可能被修改。而且出现“Call to undefined function dede_htmlspecialchars()in......include\ckeditor\ckeditor_php5.php”的代码提示(如下图)。发现添加不了,在后台添加栏目、

          上传覆华体育hth最新官网登录trong>在线体彩投注盖原来的就可以了。

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

          为了兼容PHP5.4+,搜索“function RunApp”,在这个函数的上面添加如下代码(记得用英语小写哦,或者复制如下代码到txt文本,

          在<华体育hth最新官网登录strong>在线体彩投注用织梦CMS套用别人的模板(编码是gb2312)建站,其中替换了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

          最后保存,文章内容编辑时出现错误,

          分享到: