Since PHP 7.4: Notice: Trying to access array offset on value of type bool
-
Using WP 5.5 and after upgrading PhP 7.2 to 7.4 I got following Notice & Warning on the Dashboard:
Notice: Trying to access array offset on value of type bool in /homepages/…/wp-admin/includes/class-wp-privacy-policy-content.php on line 96Notice: Trying to access array offset on value of type bool in /homepages/…/wp-admin/includes/class-wp-privacy-policy-content.php on line 97
Warning: Cannot modify header information – headers already sent by (output started at /homepages/…/wp-admin/includes/class-wp-privacy-policy-content.php:96) in /homepages/../wp-admin/admin-header.php on line 9
Line 96 & 97 says:
‘plugin_name’ => $data[‘plugin_name’],
‘policy_text’ => $data[‘policy_text’],I inactivated all aktive Plugins…but no change.
So I don’t know, where is the cause of this failure.
need help, please!
- The topic ‘Since PHP 7.4: Notice: Trying to access array offset on value of type bool’ is closed to new replies.