Viewing 6 replies - 1 through 6 (of 6 total)
  • I am having the same problem.
    My custom folder list reads like this:
    /wp-content/blogs.dir/*
    /wp-content/test/*.*

    I scroll to the top of the CDN Settings page, hit the [custom files] button, and press [Start]. Through this, it recognizes the file in the test folder, but cannot upload to s3. Here is the error message:

    wp-content/test/223-681_the_real_firefox.jpg Unable to put object

    https://www.ads-software.com/extend/plugins/w3-total-cache/

    I am having a similar if not the same issue. The gallery folder, same as yours, is being populated by the NextGen Gallery.

    In my case, clicking the upload custom files button will upload the images from wp-content/gallery/* to the CDN (Rackspace cloud files), but it will not do it automatically like from the uploads folder for regular media files.

    Anyone figure out what is causing this? I feel like all these issues are being caused by the same bug.

    In my particular case it was a file permissions issue. NextGen gallery defaults to chmod’ing the file to 666 or 600 (I can’t remember which) after uploading. I had to go into the functions.php file in the nextgen plugin folder and manually override the custom chmod command for NextGen gallery and set the file permissions to 0777.

    Good luck!

    hey codemeluski,
    I changed the permissions in the plugin (which probably isn’t good because if you update the plugin your changes will disappear.) but it looks like my issue of the automatic uploading is unrelated.

    Too bad, sorry I couldn’t be of greater help. Did you check the folder permissions? I originally had it pointed to /wp-content/blogs.dir/ and saw nothing. Then I made the permissions 0777 for that and all the enclosed folders and saw my S3 start sucking in all the files in that directory.

    Plugin Contributor Frederick Townes

    (@fredericktownes)

    Can anyone having this issue submit a bug submission form from the support tab of the plugin?

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘[Plugin: W3 Total Cache] Gallery folders not transferring to CDN’ is closed to new replies.