Same notice here with debugging active. It pops up in frontend and backend.
Notice: Undefined index: ssba_excerpts in \wp-content\plugins\simple-share-buttons-adder\simple-share-buttons-adder.php on line 774
WordPress 3.9.2, plugin 4.6
Exactly the same here. WP 3.9.2 and plugin 4.7
'Undefined index: ssba_excerpts' at /html/wp-content/plugins/simple-share-buttons-adder/simple-share-buttons-adder.php 774: /html/wp-settings.php 214 calling include_once() | /html/wp-config.php 216 calling require_once() | /html/wp-load.php 29 calling require_once() | /html/wp-blog-header.php 12 calling require_once() | /html/index.php 17 calling require()
Let me know if there’s anything I can do to help debug.
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’);
}
Hi all,
This issue shall be fixed in the next release, thanks for your patience.
David
David, no worries at all. Appreciate your work on this plugin.
– David
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
Thanks for pointing this out, version 5.0 should fix this, releasing soon.