###1811-1 更新了一些文件,兼容php7.2
/360safe/nophp.php
/include/common.inc.php
/include/arc.archives.class.php
/include/channelunit.class.php
/include/datalistcp.class.php
/include/dedesqli.class.php
/include/dedesqlite.class.php
/include/dedetag.class.php
/include/dedetemplate.class.php
/include/customfields.func.php
/include/common.func.php
/include/vdimgck.php
/include/helpers/util.helper.php
/dede/content_list.php
//后台无法删除栏目:/include/typeunit.class.admin.php  
line342: 
$this->idArray = ""; 
改为:
$this->idArray = array();
//lyy18-11-1 之前上一句这里是空,php7 把数值赋值给字符串加方括号如:$string[0]直接只有一位数了而不是一个数组了

前台 {dede:field.body/}标签不显示 见文章:

 

https://blog.csdn.net/forest_fire/article/details/83658029

以上工作做好后就可以了:

dede 5.7升级到php 7 需要更新的文件

 

相关文章:

  • 2021-07-14
  • 2021-10-12
  • 2021-08-28
  • 2021-07-12
  • 2021-08-08
  • 2022-01-13
  • 2021-10-22
  • 2022-12-23
猜你喜欢
  • 2021-10-01
  • 2021-11-07
  • 2021-12-05
  • 2022-12-23
  • 2022-12-23
  • 2021-10-20
  • 2021-11-15
相关资源
相似解决方案