Forum Replies Created

Viewing 4 replies - 16 through 19 (of 19 total)
  • Thread Starter MisterBooth

    (@misterbooth)

    It doesn’t make me a cup of tea or give me a massage when I’m stressed. I’m looking forward to the add-ons that will deal with these issues ??

    Hello

    Just upgraded to version 4.8 and still the old problem.

    Notice: Undefined index: ssba_excerpts in ../wp-content/plugins/simple-share-buttons-adder/inc/ssba_admin_panel.php on line 65

    I’m also getting the same issue with the updated WordPress SEO Version 1.6 on WordPress 4.0.

    If I go to add a page or any post type this message appears:

    Notice: Undefined index: authorship in /…/wp-content/plugins/wordpress-seo/inc/class-wpseo-meta.php on line 451

    Notice: Undefined index: type in /…/wp-content/plugins/wordpress-seo/admin/class-metabox.php on line 694

    Very annoying and my client isn’t happy either.

    Please advise.

    Hello I thought I would mention I get this error and have done on previous versions of the plugin. Please Mr Developer add the following to fix ?? , I hate having to do this each time I update.

    Notice: Undefined index: ssba_excerpts in /…/wp-content/plugins/simple-share-buttons-adder/simple-share-buttons-adder.php on line 785

    Add an isset() to fix on line 785:

    if( isset( $arrSettings[‘ssba_excerpts’] ) && $arrSettings[‘ssba_excerpts’] == ‘Y’) {
    // add a hook
    add_filter( ‘the_excerpt’, ‘show_share_buttons’);
    }

Viewing 4 replies - 16 through 19 (of 19 total)