• Resolved kokopelli

    (@kokopelli)


    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/

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Daniel Hüsken

    (@danielhuesken)

    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.

    Thread Starter kokopelli

    (@kokopelli)

    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 … 🙁

    Plugin Author Daniel Hüsken

    (@danielhuesken)

    next version out.

    Thread Starter kokopelli

    (@kokopelli)

    Great, thank you Daniel – keep up the good work! 🙂

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘[Plugin: BackWPup] S3 Message: 200:’ is closed to new replies.