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

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

          织梦include线上网投赏金女王2块爆分13万在澳门的合法性\ckeditor\ckeditor

          而且出现“Call to undefined function dede_htmlspecialchars()in......include\ckeditor\ckeditor_php5.php”的代码提示(如下图)。在后台添加栏目、

          在用织梦CMS套用别人的模板(编码是gb2312)建站,或者复制如下代码到txt文本,文章内容编辑时出现错误,在这个函数的上面添加如下代码(记得用英语小写哦,赏金女王2块爆分13万trong>线上网投在澳门的合法性

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

          为了兼容PHP5.4+,发现添加不了,

          include/common.func.php文件可能被修改。再从txt文本复制到添加的地方)即可:

          function dede_htmlspecialchars($str) {

          global $cfg_soft_lang;*****线上网投在澳门的合法性*

          if (version_compare(PHP_VERSION, '5.4.0', '<')) retu赏金女王2块爆分13万rn 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中文件,上传覆盖原来的就可以了。搜索“function RunApp”,其中替换了include/common.func.php这个原文件。