折雨的天空
WeCenter V4.1.0后台,话题管理,编辑已有话题报错:htmlentities(): Passing null to parameter #1 ($string) of type string is deprecated
2024-3-27 我好笨


后台,话题管理,编辑已有话题报错:htmlentities(): Passing null to parameter #1 ($string) of type string is deprecated



调试信息提示文件:



at FormBuilder->fetch() in Topic.php line 247



完整路径:



app/backend/content/Topic.php



在221行后,添加如下代码,处理初始值是null的问题即可。







foreach ($info as $k=>$v){
if (is_null($info[$k])){
$info[$k]='';
}
}



发表评论:
昵称

邮件地址 (选填)

个人主页 (选填)

内容