Viewing 12 replies - 16 through 27 (of 27 total)
  • Ok problem fixed I have change “symfony” by Symfony. Proble is fixed. Many thanks all

    Thanks for your workaround but this does not solve the

    Fatal error: Call to undefined method stdClass::add_role() in …/wordpress/wp-content/plugins/backwpup/inc/class-install.php on line 94

    Did someone know how to solve the installation issue?

    right Didier77, no answer to this problem ?
    Fatal error: Call to undefined method stdClass::add_role() in …/wordpress/wp-content/plugins/backwpup/inc/class-install.php on line 94
    in the meantime I’ve disabled the plugin
    thanks for your help

    Plugin Author Robert Windisch

    (@nullbyte)

    Hi Didier77, hi Agiled,

    we are currently checking this issue. Please use until the fix my workaround:

    https://www.ads-software.com/support/topic/fatal-error-308-to-3010?replies=3#post-4149734

    And please add the BackWPup Admin right to your user on your profile page

    regards,
    Robert

    Hi,

    I also had the error :

    Fatal error: Call to undefined method stdClass::add_role() in /htdocs/public/www/wp-content/plugins/backwpup/inc/class-install.php on line 94

    when I upgraded from 3.0.9 to 3.0.10 with WP 3.4.2…

    Plugin Author Robert Windisch

    (@nullbyte)

    Hi elef78,

    we are working on this issue at https://www.ads-software.com/support/topic/fatal-error-308-to-3010?replies=7

    Please join this topic.

    regards,
    Robert

    Thread Starter cosmicsam

    (@cosmicsam)

    Hi for my older Version of WordPress,

    the following tipp of Robert helped me:

    it seems that you are not using the current version of WordPress. Please replace the following code in the class-install.php:
    get_users( array( ‘blog_id’ => 1, ‘role’ => ‘administrator’ ) );

    with:

    get_users( array( ‘blog_id’ => 1, ‘role’ => ‘administrator’, ‘fields’ => ‘all_with_meta’ ) );

    Then WordPress will also load the WP_User class on versions below 3.5.

    Hello @elef78, it is very important that you always run the latest version of WordPress 3.5.1 for security and vulnerability issues.

    @cosmicsam if you are running an older version of WordPress please consider updating to the latest version as soon as possible.

    I share this with you because I care.

    Kind and warm regards

    Hello mbrsolution,
    I finally found enough time to upgrade to wp 3.5.1 ! ;o)
    Now, I can try BackWPup 3.0.10 a new time…

    Hi @elef78, that is good news. Whether the plugin works or not at least you are running the latest more secure WordPress version ??

    Kind regards

    After upgrading wp to 3.5.1, I installed BackWPup 3.0.10, and it worked fine !
    My problem is solved. ;o)

    Many thanks for your help.
    Regards

    Plugin Author Robert Windisch

    (@nullbyte)

    We have released version 3.0.11 which will fix this issue.

    regards,
    Robert

Viewing 12 replies - 16 through 27 (of 27 total)
  • The topic ‘Error after installing the BackWPup update’ is closed to new replies.