Fatal Error Admin bar not found
-
I was doing an update and I go this fatal error.
Fatal error: Class ‘BackWPup_Adminbar’ not found in /home/content/61/10383161/html/pamelaannschoolofdance.com/wp-content/plugins/backwpup/backwpup.php on line 241
I did go to the backwpup.php file and here is what I have in that file.
public function plugin_init() {
//Add Admin Bar
if ( ! defined( ‘DOING_CRON’ ) && current_user_can( ‘backwpup’ ) && current_user_can( ‘backwpup’ ) && is_admin_bar_showing() && get_site_option( ‘backwpup_cfg_showadminbar’, FALSE ) )
BackWPup_Adminbar::getInstance();I am not sure what the code is supposed to be or how to fix it. Does anyone have any pointers on what to do.
Thanks.
}
- The topic ‘Fatal Error Admin bar not found’ is closed to new replies.