• Resolved miriambrueckner

    (@miriambrueckner)


    I am seing this notice in WP Debug and am wondering how to solve the issue:
    PHP Notice: Trying to access array offset on value of type bool in /home/wp/disk/wordpress/wp-content/plugins/simple-css/simple-css.php on line 214

Viewing 2 replies - 1 through 2 (of 2 total)
  • inovapix

    (@inovapix)

    Same here. Haven’t find any solution yet

    A plugin update is needed to the plugin to fix PHP notices of the form “Trying to access array offset on value of type bool”. This is due to stricter array type checking introduced in PHP 7.4.

    Examples:

    Notice: Trying to access array offset on value of type bool in wp-content/plugins/simple-css/simple-css.php on line 214

    Plugin Author Tom

    (@edge22)

    Hi there,

    This has been fixed in 1.1.1.

    Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘WP Debug Notice – simple-css.php’ is closed to new replies.