Hi,
I found a fix last night that appears to have resolved the problem.
https://wordpress.org/support/topic/undefined-index-ssba-excerpts?replies=13#post-5956164
In WP config.php –
Look for this line:
define(‘WP_DEBUG’, true);
and change it to:
define(‘WP_DEBUG’, false);
I would appreciate any feedback as to any longer term problems from altering this setting.
Regards
Joe
Hi Cory,
Sorry about delay in responding.
It appears the drama was with;
Lines 45-52, Define Auth & Salt Keys
Resolved by using recommended method as per listed in wp-config.php to generate new keys.
Cheers