Brandon Olivares
Forum Replies Created
-
@timpritlove and @nataliaschweizer, the issue is that you or your host has arg_separator.output set to
&instead of&.If you’re comfortable with code, the fix goes on line 901 of inc/class-destination-dropbox.php. The line for you currently should look like this:
curl_setopt( $ch, CURLOPT_POSTFIELDS, http_build_query( $args ) );It should be changed to this:
curl_setopt( $ch, CURLOPT_POSTFIELDS, http_build_query( $args, null, '&' ) );And that should fix the issue.
It will also be present in the next release, or you can contact us beforehand to get the beta.
- This reply was modified 8 years, 11 months ago by Brandon Olivares.
Forum: Reviews
In reply to: [BackWPup – WordPress Backup & Restore Plugin] Not bad but…Hi @raboodesign, looking at a recent backup, I see all WordPress files included. You may include or exclude files and directories as you desire. It’d be great if you could try it out again. 🙂
Forum: Reviews
In reply to: [BackWPup – WordPress Backup & Restore Plugin] Not bad but…Hi @raboodesign, I’m sorry you’re not satisfied. However, it will indeed back up all files. I’m not sure why you think otherwise? You can exclude those files, but by default all files will be included.
Forum: Plugins
In reply to: [BackWPup – WordPress Backup & Restore Plugin] 3.4.0 bugs@przema, this thread looks to match your issue. I’ll ask you to please post over there if you don’t mind, or start your own topic since the original issue of this thread is completely different.
As I posted in the other topic, unfortunately we’re unable to reproduce this issue. If you grant us temporary wp-admin/FTP access, we can investigate why it’s not working on your particular system. You can contact us here to do so.
Hi @castoruk, we’ve been unable to reproduce this issue. The only thing I can suggest is if you can give us temporary access to wp-admin and FTP, we can investigate why it’s not working on your system. You can contact us here and we’ll be happy to take a look. We’ve tested on PHP 5.4, 5.6, and 7.0 and for us it is working on all environments.
@buro-86, this issue has been fixed for our next release. If you’d like to test out the fix before it is released, you can contact us and we’ll be happy to send it to you.
@castoruk, could you enable
WP_DEBUGand see if you get any PHP error messages?Forum: Plugins
In reply to: [BackWPup – WordPress Backup & Restore Plugin] ERROR@chefgd it looks like you found the fix in the other thread on this issue. If you’ like to test out the new version containing the fix, please contact us and we’ll be happy to send it to you.
@chefgd, no it will be fixed in the next release.
@all, if you’d like to test the fixed version before it is released, please contact us and we can send it to you. Your testing would be very helpful.
@all this bug has been fixed in the upcoming version. If you’d like to test out the updated version prior to release, that’d be helpful. You can contact us and we’ll send you the updated version to test.
Forum: Plugins
In reply to: [BackWPup – WordPress Backup & Restore Plugin] Dropbox API Error@sterndata this bug will be fixed in the next version. If you’d like to test out the fix, that would be very helpful. You can contact us and we’ll send you the updated version to test.
Forum: Plugins
In reply to: [BackWPup – WordPress Backup & Restore Plugin] 3.4.0 bugsHi @castoruk, that’s certainly unusual. What version of PHP are you running?
Forum: Reviews
In reply to: [BackWPup – WordPress Backup & Restore Plugin] But No Restore?Hi @mystech, I’m sorry you feel that way. Restore is actually the next major feature on our roadmap going forward, so it will be available in the near future.
Forum: Plugins
In reply to: [BackWPup – WordPress Backup & Restore Plugin] 3.4.0 bugsHi @manisoff, Oh I see what you mean. This is an issue that was just fixed and will be in the next release. If you’d like the fix before then, feel free to contact us and I can send you the updated code.