kokopelli
Member
Posted 1 year ago #
I use Version 1.6.2 of this plugin to backup to S3 on WP 3.1, but now I see the following message in the "Bucket" field (after entering my Access Key ID, Secret Access Key, and other S3 details):
S3 Message: 200:
The above (error) message appears instead of the bucket name selection list that normally does, and I'm unable to clear it. I've also tried deleting the job and creating a new one, as well as deactivating/reactivating the plugin, with no joy.
Any ideas? Is this a S3 or plugin issue? Thanks.
http://wordpress.org/extend/plugins/backwpup/
sorry stupped bug.
you can change line 546 in app/php5-functions to:
if ($buckets->status<200 and $buckets->status>=300) {
than it will work correctly.
fixed in ntxt version.
kokopelli
Member
Posted 1 year ago #
Thanks for the reply, but I'll have to wait for the next update, since I use your plugin on several blogs and it would be too much of a pain to fix each manually ... :(
kokopelli
Member
Posted 1 year ago #
Great, thank you Daniel - keep up the good work! :)