PHP 7.4.1 Error
-
The Userway dashboard throws multiple errors when on WordPress installs running PHP 7.4.1 (and NGINX):
Notice: Trying to access array offset on value of type bool in admin.php on line 17
Notice: Trying to access array offset on value of type bool in admin.php on line 114
These errors reference these lines of code in admin.php:
17: <?php if($all_options['status'] === 'error'): ?>
114: $o[$id] = esc_attr( stripslashes($o[$id]) );
I’m still searching exactly how to fix this, but from what I’m gathering its not a difficult fix. Will post if I find something.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘PHP 7.4.1 Error’ is closed to new replies.