• I migrated my site from one webhost to another one months ago. Ever since, I’ve noticed that BackWPUp plugin isnt’ working. I try installing it but it’s not working.

    I think the problem is due to the old backwpup file id that transferred upon migration. How do I fix this problem so that the plugin works?

    I think this is the best backup plugin ever created by forward thinking developers. It creates fast backups, integrates with storage sites, and many options other backup plugins don’t have.

    http://wordpress.org/plugins/backwpup/

Viewing 6 replies - 1 through 6 (of 6 total)
  • Thread Starter befree22

    (@befree22)

    I’m using WP 3.8.1

    Plugin Author Daniel Hüsken

    (@danielhuesken)

    Hello, please check the logs folder under Settings. Is it reachable?
    The other way is to disable and uninstall it over the Plugins Page. Than all settings will deleted to and you must configure it from new.

    Thread Starter befree22

    (@befree22)

    There isn’t a log file in WP admin > Settings. I did remove the backwpup log file from http://www.mydomain/wp-content folder.

    The plugin refuses to activate.

    Plugin Author Daniel Hüsken

    (@danielhuesken)

    Not under WP Admin Settings under BackWPup > Settings in tab Logs

    Plugin Author Daniel Hüsken

    (@danielhuesken)

    You can try to set on time delete_site_option( ‘backwpup_cfg_logfolder’ ); in the functions.php of theme. Please deeted it again if you have on time refreshed the site.

    Thread Starter befree22

    (@befree22)

    1. I’m unable to delete the log from WP admin because backwpup doesn’t activate. Anytime I click activate, I get the white screen of death in WP admin and on the site.

    2. I added the following code to functions.php of the WP child theme I’m using:

    delete_site_option( 'backwpup_cfg_logfolder' );

    However, it’s not working. Maybe it takes a while to delete the log file.
    FYI: I left the code in functions.php and will try activating the plugin tomorrow.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Plugin not working on new webhost’ is closed to new replies.