• I just installed the latest version of W3 Total Cache and tried to configure it to use AWS/Cloudfront/S3 for CDN. There’s a handy button for uploading the media files to AWS. When I click it, the plugin correctly shows that there are 1625 total media library attachments. That number matches the items in the media library.

    When it’s done processing (under 4 minutes, it shows that it uploaded 1660 images. There are no images listed in the “Unsuccessful File Transfers”. This is well below what it should have uploaded given that there are multiple sizes of each image. In the end, though, many images aren’t displayed properly in the site when I activate the use of the CDN because those missing images aren’t in the S3 bucket.

    Any idea what’s going on here? Please help!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Ashok

    (@bappidgreat)

    Do you have error log enabled? To enable debug mode please edit a line in your wp-config.php:
    Change

    
    define('WP_DEBUG', false);
    

    to

    
    define('WP_DEBUG', true);
    define('WP_DEBUG_LOG', true);
    define('WP_DEBUG_DISPLAY', false);
    

    Then upload again and then check the error log.

    Also, if you edit the media from media library, then you will see the attachment URL. What happens if you directly visit that URL?

    I have the same thing here

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘“Upload attachments” doesn’t upload all attachments’ is closed to new replies.