Notice: Trying to access array offset on value of type null in xxx/admin/common.php on line 32 修复
Typecho 在 PHP 7.4 版本上后台登录 & 后台刷新会出现一段php通知代码 Notice: Trying to access array offset on value of type null in /admin/common.php on line 32这是由于php7.4 对代码规范做出的改变,对执行空数组值将统一提示如上通知。PHP官方介绍: Backward Incompa