The error is with the sp-admin-bar-plugin.php. Would you be able to view it? Please see below for the line 165
Warning: Missing argument 2 for sp_admin_bar_new_post_list() in /problem-with-post-edit-buttonome/voicequa/public_html/forum/wp-content/sp-resources/forum-plugins/admin-bar/sp-admin-bar-plugin.php on line 165
And error log is
| January 21, 2013
4:27 pm |
php |
file: icequa/public_html/forum/wp-content/sp-resources/forum-plugins/admin-bar/sp-admin-bar-plugin.php
line: 165
function: sp_admin_bar_new_post_list
Warning | Missing argument 2 for sp_admin_bar_new_post_list() |
(copy and paste line 165)
function sp_admin_bar_new_post_list($addpostlist, $newpostlist) {
include_once(SPABLIBDIR.’sp-admin-bar-components.php’);
$addpostlist = sp_admin_bar_do_new_post_list($addpostlist, $newpostlist);
return $addpostlist;
}
I have setup the timezone to Sydney instead of UTC offset but it doesn’t seem to help. Where is the plugin uploader?
Maybe I should try to upload the plugin using the uploader. At the moment I just drag the folder via FTP client (see the attached screen grab)
Please help.