• 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.

    • This topic was modified 4 years, 8 months ago by madebyhike.
    • This topic was modified 4 years, 8 months ago by madebyhike.
    • This topic was modified 4 years, 8 months ago by madebyhike.
    • This topic was modified 4 years, 8 months ago by madebyhike.
    • This topic was modified 4 years, 8 months ago by madebyhike.
Viewing 1 replies (of 1 total)
  • Thread Starter madebyhike

    (@madebyhike)

    Ooof, more errors on ‘save changes’ submission with PHP 7.3.5 + NGINX:

    Notice: Trying to get property 'code' of non-object in admin.php on line 155
    Warning: trim() expects parameter 1 to be string, array given in admin.php on line 162
    Warning: Cannot modify header information - headers already sent by (output started at admin.php:162) in pluggable.php on line 1281
    Warning: Cannot modify header information - headers already sent by (output started at admin.php:162) in pluggable.php on line 1284

    • This reply was modified 4 years, 8 months ago by madebyhike.
    • This reply was modified 4 years, 8 months ago by madebyhike.
Viewing 1 replies (of 1 total)
  • The topic ‘PHP 7.4.1 Error’ is closed to new replies.