Upload path is wrong
-
According to the offload s3 plugin PATH setting:
By default the path is the same as your local WordPress filesThis simply isn’t true. For whatever reason it wants to prefix my blog directory with “sites/”.
Even when I put a path in this setting this happens. For example, our blog images go locally to:
wp-content/blogs.dir/[site_id]/files/[year]/[month]
So I set the path for wp-content/blogs.dir.
The plugin uploads all my images to:
[bucket]/wp-content/blogs.dir/sites/[site_id]/files/[year]/[month]That isn’t where the plugin obtained the images to upload, so why is it creating it in the bucket? It deletes images locally just fine, btw.
Thanks
Brian
The topic ‘Upload path is wrong’ is closed to new replies.