<code id='245223222C'></code><style id='245223222C'></style>
    • <acronym id='245223222C'></acronym>
      <center id='245223222C'><center id='245223222C'><tfoot id='245223222C'></tfoot></center><abbr id='245223222C'><dir id='245223222C'><tfoot id='245223222C'></tfoot><noframes id='245223222C'>

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

          您现在的位置是:织梦include问鼎下载链接\ckeditor\ckeditorpc28在哪玩 >>正文

          织梦include问鼎下载链接\ckeditor\ckeditorpc28在哪玩

          燕巢于幕网61321人已围观

          简介include/common.func.php文件可能被修改。在用织梦CMS套用别人的模板(编码是gb2312)建站,其中替换了include/common.func.php这个原文件。在后台添加栏目...

          include/common.func.php文件可能被修改。

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

          在后台添加栏目、

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

          为了兼容PHP5.4+,发现添加不了,在这个函数的上面添加如下代码(记得用英语小写哦,上传覆盖原来的就可以了。文章内容编辑时出现错误,而且出现“Call to undefined问鼎下载链接 function dede_htmlspecialchars()in......include\ckeditor\ckeditor_php5.php”的代码提示(如下图)。pc28在哪玩可以通过FTP传送本地打开/include/common.func.php中文件,搜索“function RunApp”,或者复制如下代码到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

          最后保存,

          Tags:

          相关文章

          

          友情链接