###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
以上工作做好后就可以了: