• I keep getting intermittent errors:

    ( ! ) `Notice: Undefined index: wp-block-library in C:\Project\wp-content\plugins\reusable-blocks-extended\reusable-blocks-extended.php on line 263

    ( ! ) Notice: Trying to get property ‘src’ of non-object in C:\Project\wp-content\plugins\reusable-blocks-extended\reusable-blocks-extended.php on line 263

    ( ! ) Notice: Undefined index: wp-block-library-theme in C:\Project\wp-content\plugins\reusable-blocks-extended\reusable-blocks-extended.php on line 263

    ( ! ) Notice: Trying to get property ‘src’ of non-object in C:\Project\wp-content\plugins\reusable-blocks-extended\reusable-blocks-extended.php on line 263`

    here’s the line in your plugin causing the error:

    $results[] = $wp_styles->registered[$style]->src;

    please help, thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter ukeboyska

    (@ukeboyska)

    this is a great plugin, but it seems like you’ve abandoned it and no longer reply to anything in the support page. what gives?

    Thread Starter ukeboyska

    (@ukeboyska)

    looks like it’s happening every now and then because I’m doing this for various reasons:

    wp_deregister_style( ‘dashicons’ );
    wp_deregister_style( ‘wp-block-library’ );
    wp_deregister_style( ‘wp-block-library-theme’ );
    wp_deregister_style( ‘contact-form-7’ );

    …please take that in considering when/if you ever update this plugin.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘intermittent errors’ is closed to new replies.