Viewing 12 replies - 1 through 12 (of 12 total)
  • Thread Starter patricklismore@gmail.com

    (@patricklismoregmailcom)

    if its any help this is the contents of the .htaccess file in uploads

    RewriteEngine On
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteCond %{REQUEST_FILENAME} (.+)\+(.+)
    RewriteRule ^(.*)$ /wp-content/plugins/amazon-s3-uploads/asssu-special-rewrite.php [L]
    RewriteCond %{HTTPS} off
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule ^(.*)$ http://dcauploads.s3-eu-west-1.amazonaws.com/dcauploads/images/$1 [QSA,L]
    RewriteCond %{HTTPS} on
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule ^(.*)$ https://s3-eu-west-1.amazonaws.com/dcauploads/dcauploads/images/$1 [QSA,L]

    I have the same problem. Images are uploading to S3 but the image paths in WP aren’t being replaced. Any help?

    Thread Starter patricklismore@gmail.com

    (@patricklismoregmailcom)

    I uninstalled it,

    after uninstalling it no images would work on my site, any new images i uploaded would not appear.

    If you find this happens to you,

    in the wp-content/uploads folder delete the entries in the .htaccess file you will see them they will have paths to amazon s3.

    That got my images showing again

    Thanks for the reply.

    My problem is this:

    1. Images are being uploaded to S3
    2. Image paths on blog aren’t being replaced. I still see the old images and image paths.

    Do I have to do this manually via SQL? I thought this plugin did that manually.

    Thread Starter patricklismore@gmail.com

    (@patricklismoregmailcom)

    I had the same problem, I give up in the end. It would not work. I just uninstalled it.

    Ah, I see.

    Were you able to find another plugin that works?

    still looking for a solution as well…

    I had the same problem. uninstalled the plugin, then deleted the S3 references in the .htaccess file from the uploads folder, and still had nothing working. I tried deactivating each plugin and reactivating it, still nothing. I even tried to reactivate the theme I use on top of the current activation, and nada. So now I am removing all files and starting over (i backed everything up first).

    Anyone have any ideas why this happened or what I could have done differently?

    I have same problem. Images go to s3 ok but dissapear from view on my website.

    no support on this plug i presume?

    asssu-errorlog hopefully helps:

    endpoint could not be found
    no buckets found
    selected bucket not found
    bucket location endpoint could not be found
    no buckets found
    selected bucket not found
    bucket location endpoint could not be found
    no buckets found
    selected bucket not found
    bucket location endpoint could not be found
    no buckets found
    selected bucket not found
    bucket location endpoint could not be found
    no buckets found
    selected bucket not found
    bucket location endpoint could not be found
    no buckets found
    selected bucket not found
    bucket location endpoint could not be found
    no buckets found
    selected bucket not found
    bucket location endpoint could not be found
    no buckets found
    selected bucket not found
    bucket location endpoint could not be found
    no buckets found
    selected bucket not found
    bucket location endpoint could not be found
    no buckets found
    selected bucket not found
    bucket location endpoint could not be found
    no buckets found
    selected bucket not found
    bucket location endpoint could not be found
    no buckets found
    selected bucket not found
    bucket location endpoint could not be found
    no buckets found
    selected bucket not found
    bucket location

    Just to add:

    The bucket ‘is’ there and plug transfers files to s3 no problem. Just do not display on website once transfered.

    Hi,

    I had the same problem. Make sure that you don’t have statements like:

    AllowOverride None

    In any of your global site-enabled apache config files. This will disable the .htaccess file, change it to:

    AllowOverride All

    That worked for me.

Viewing 12 replies - 1 through 12 (of 12 total)
  • The topic ‘[Plugin: Amazon S3 Uploads] Images upload to S3 but do not show on website’ is closed to new replies.