Brandon Olivares
Forum Replies Created
-
I did confirm I replied on April 10, but I just replied again right now. Please let me know if you received it.
Forum: Plugins
In reply to: [BackWPup – WordPress Backup & Restore Plugin] Web.configThanks for the suggestion. I’ll discuss this with the team and we’ll see about adding it.
@pinmouse I’m sorry you did not receive a response when you were having this problem.
@paddycrook I’m happy to help you debug this issue if you post specifics about what is going on, the errors you are receiving and so on.
@allegroclub I actually believe I responded to your ticket personally. I’ll check again to be sure, but perhaps make sure the response didn’t end up in your spam folder.
@mealto, I’ve responded to your email to BackWPup with a solution. But basically I think you’ll want to disable wp-cron and run it manually from a cron job. I think that’s your best bet.
This feature currently isn’t implemented. I’ll take your suggestion though as a feature request.
Sorry, no news yet. I do definitely think it is a good idea and we will be discussing it. However at the moment there are features with higher priority. We’ll keep you updated. 🙂
Forum: Plugins
In reply to: [BackWPup – WordPress Backup & Restore Plugin] No Backup possibleHave you set the permissions of the directory of your log file to be writable? If not, then BackWPup won’t be able to write to it.
Have you checked in the log to see if there are any errors? We’d need to see any errors before being able to know what could be wrong.
Forum: Plugins
In reply to: [BackWPup – WordPress Backup & Restore Plugin] Missing Access Key IssueThis is actually a JavaScript issue, not with BackWPup itself. Basically the AJAX callback is tied to the keyup event. If you just paste in the access key, well it doesn’t listen to those events.
Something as simple as pressing ctrl after pasting the keys, or anything else like that, should fire off the event. It worked for me when I tested it.
Or use the keyboard shortcut to paste: ctrl+V for Windows, cmd+V for Mac. That’ll fire it off as well.
I believe it will not be able to work if password protection is enabled.
But if you say that is disabled and still you are getting this response, then what is the value of Server Self Connect now? Is it still 401?
If so, it might help if you copy everything from the information page of settings and send it to support, by going here: http://backwpup.com/contact/
This page of the docs should be able to help.
Quoting what it says about your error:
Not expected HTTP response: WP Http Error: Failure when receiving data from the peer
In this case your host is probably blocking the access to the wp-cron.php file. Please contact your host and check if this is the case and if it is possible to change. Apart from that you can try a workaround for BackWPup: Activate alternative Cron by adding the following line to your wp-config.php:
define( 'ALTERNATE_WP_CRON', true );Forum: Plugins
In reply to: [BackWPup – WordPress Backup & Restore Plugin] Completed 100% but with error…I believe these errors are encountered when one of your files are too large. Do you have any files that are several GB in size? You might try excluding those from the backup if possible.
Forum: Plugins
In reply to: [BackWPup – WordPress Backup & Restore Plugin] no MySQLi extension foundIt means that your PHP is not compiled with Mysqli. It’s an extension to allow your site to access your database. Perhaps talk to your host and see if they can install Mysqli.
Forum: Plugins
In reply to: [BackWPup – WordPress Backup & Restore Plugin] sftp not workingHi,
As far as I know, BackWPup does not support SFTP. It supports FTPS (FTP over SSL), but not SFTP over SSH. You’re trying to connect on port 22, which is an SSH port.