• Resolved ricka99

    (@ricka99)


    I have installed backwpup on 11 websites and the scheduled backups are working fine on all of them backing up to RackSpace or using FTP but when I click on Jobs – Run Now, I get the following error message:

    Fatal error: Cannot redeclare backwpup_menu_entry() (previously declared in /[path]/wp-content/plugins/backwpup/app/functions.php:8) in /[path]/wp-content/plugins/backwpup/app/functions.php on line 10

    Should I be concerned?

Viewing 4 replies - 1 through 4 (of 4 total)
  • sorry i can not find the problem in moment but i have made some changes to resolve it.

    still doesn’t work with the newest version. I don’t think it’s resolved.

    If you have Thesis openhook Plugin installt make the folling to fix it.

    Change the includes in the thesis-openhook.php from:

    include(‘functions.php’);
    include(‘actions.php’);

    to:

    include(dirname(__FILE__).’/functions.php’);
    include(dirname(__FILE__).’/actions.php’);

    than BackWPup will work again.
    I have send a mail to the autor.

    Thread Starter ricka99

    (@ricka99)

    I have tested your fix to Thesis Openhook and it works greats. Thanks so much.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘[Plugin: BackWPup] "Run Now" backups fail’ is closed to new replies.