• Plugin Contributor Michael De Wildt

    (@michaeldewildt)


    There are a lot of external factors at play that can cause backups to not start. Many of them are due to wp-cron issues, some are caused by clashes with other plugins, others are due to non idiomatic WordPress configurations and a few due to software bugs. So, before posting to this forum please ensure you have answered these questions.

    1. Does wp-cron work?
    WPB2D relies on WordPress’ in build cron system, namely wp-cron. If this does not work then nor will your backups.

    The easiest way to diagnose if this is working is to schedule a post a few minutes into the future and see if it posts. If it does not you will need to ensure its being allowed by apache by adding the following to your .htaccess file:

    <Files "wp-cron.php">
    Allow from All
    Satisfy Any
    </Files>

    If that does not fix the problem and you are using a cache plugin, it could be that you are aggressively caching the file. If this is the case please ensure that ‘wp-cron.php’ file is in the cache plugin’s exclusion list.

    Failing this you will need to contact your host and get them to help you diagnose why wp-cron and scheduled posts are not working.

    2. Is it a clash with another plugin?
    Once you are happy that wp-cron works the next step is to work out whether it’s a clash with another plugin. The best way to work this one out is to disable all other plugins and see if the backup starts, if it does then re-enable one plugin at a time until you find the culprit.

    If you find a plugin that clashes with WPB2D, please let me know and I will endeavour to find the cause of the clash.

    3. Do you have a non standard WordPress setup?
    WPB2D is designed to work with a standard WordPress setup. If you have set up WordPress to run from a different folder or custom content folder then it will not work as expected.

    If you fall into this category please feel free to post your custom configuration and I will see if it can be detected and backed up.

    All of the above seems fine and I still have issues. What gives?
    Unfortunately bugs are a part of software development and as much as I strive regression test my work. Sometimes issues can slip in. So if you have ruled out the above please feel free to post your problem with the following information:

    1. Your WPB2D, PHP and WordPress version
    2. A copy of the WPB2D backup log
    3. Detailed steps taken to produce the issue

    Please avoid posting new issues into resolved or older topics, post a new topic instead. Also, do not post issues in this topic as it is for information only.

    http://wordpress.org/extend/plugins/wordpress-backup-to-dropbox/

Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Contributor Michael De Wildt

    (@michaeldewildt)

    Also please don’t forget to read the FAQ.

    Mine isn’t starting. My host has asked whether or not it uses cron jobs. So i guess the answer to that is yes, based on the above.

    But also, they have asked if it is compatible with Zeus. Can you confirm?

    My host is namesco.co.uk. They seem to do things differently!

    Thanks

    J

    HI Michael,

    after a hick-up due to downloading WP 3.5.1. People talk about backups, but I don’t know where mine is, if there is one.
    I thought it might be a good idea to sort out a backup of my page myself.
    Your plugin sounds good, but it does not down load and the advice you give to sort it out makes not sense to me as I am only a humble (and struggling) user, not a programmer.

    My host is LCN (UK) – OI have made my site myself. (www.qimoving.co.uk)

    Do I just give up or is there hope that someone can explain to me what to do in a way that I can follow?

    Thanks
    Rose

    Plugin Contributor Michael De Wildt

    (@michaeldewildt)

    Gday Rose,

    Please do not post to this sticky topic as it is for information only. Please make a new thread so I respond and track your issue.

    Cheers,
    Mikey

    kepeirce@gmail.com

    (@kepeircegmailcom)

    I just installed the plugin on my blog but it never asked me to connect my blog to dropbox. I tried deleting and installing again, but still no set up page.

    I would like to share a tip about how to make wp cron works – it’s great ad it helped me a lot: http://www.satollo.net/how-to-make-the-wordpress-cron-work

    In my case the cron command in hosting panel was: php -f /home/path-to-my-website/wp-cron.php
    not wget –delete-after http://www.yourdomain.com/wp-cron.php like it is in the post – so – try it yourself and good luck.

    After doing this I can finally enjoy this great plugin 🙂

    Plugin Contributor Michael De Wildt

    (@michaeldewildt)

    I just found a frustrating clash with another plugin today!

    If plugin devs neglect to merge their cron tasks with what has been defined by other plugins like WPB2D, your backup might not start or resume.

    The only way to fix the problem is to fix the other plugin. 🙁

    More on that here => http://www.mikeyd.com.au/2013/08/27/be-a-good-wordpress-citizen-and-merge

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Why won’t my backup start?’ is closed to new replies.