Support Forum

Issue with admin bar plugin since update

KV kvr28
kvr28
Member

I noticed on the theme I use that when you click on view new posts nothing happens, I changed to twenty fifteen and disabled all plugins but only one post will show up and doesn’t show the whole thing, I am seeing this in the sp error log, any ideas?

wp-content/sp-resources/forum-plugins/admin-bar/sp-admin-bar-upgrade.php
line: 16
function: sp_admin_bar_do_upgrade_check
Notice | Undefined index: dbversion

wp-content/sp-resources/forum-plugins/admin-bar/admin/sp-admin-bar-admin-save.php
line: 16
function: sp_admin_bar_admin_options_save
Notice | Undefined index: spAkismet

file: /simple-press/sp-api/sp-api-plugins.php
line: 837
function: sp_combine_plugin_script_files
Notice | Undefined index: js-spforumtools

seeing several of these on the site error log

PHP Fatal error:  Call to undefined function sp_splice() /wp-content/sp-resources/forum-plugins/admin-bar/library/sp-admin-bar-components.php on line 471, referer: http://thehomesteadingboards.com/forums/

7 Answers

New Answer

YS Yellow Swordfish
Yellow Swordfish
Member

That’s one of the problems with reacting to things! There is an update of the admin bar waiting for release that was needed for the 5.6.4 release we made yesterday.
I know Steve told me late last night he wasn’t going to release the waiting plugins as well and I completely forgot this one needed to go.
Please bear with us and we will get it out later today… And apologies.

YS Yellow Swordfish
Yellow Swordfish
Member

You could stop the errors by putting the following code in your SP theme spFunctions.php file:

function sp_splice($t = '', 0) {
    return $t;
}

and then take it out again when the update to the admin bar comes along.

The admin bar button text will be a bit messy but it will display….

KV kvr28
kvr28
Member

thanks Yellow, no biggie, I just disabled it and will wait for the update

YS Yellow Swordfish
Yellow Swordfish
Member

I will make sure we get it out there – thanks

MP Mr Papa
Mr Papa
Member

an update has been pushed out…  along with a few other waiting plugins/themes (unrelated to the release)…

IK Ike
Ike
Member

Good to know, thanks for the update and apologies it happened in the first place!