Subdomain Issue
-
First and foremost, I apologize for what is likely a simple error. I have tried a variety of methods to correct this and each has failed.
I am using the most recent version of this plugin and WP 4.6.1. There are no custom themes and no additional plugins, everything is a vanilla install of WordPress and this module.
I have a subdomain set up, “https://cdn.example.com”, and a path in public_html “/example-path/uploads”. Both directories have 755 permissions.
Within the module settings, I have these fields:
– Store uploads in this folder: /example-path/uploads/
– Full URL path to files: https://cdn.example.com/example-path/uploads/When trying to upload a simple image, I receive this error: “Unable to create directory uploads/2016/11. Is its parent directory writable by the server?”
I have also removed the “/” in the path settings, so it would read:
– Store uploads in this folder: example-path/uploads
– Full URL path to files: https://cdn.example.com/example-path/uploadsIn this case, I get a false positive for uploads. The media library shows that the image was successfully processed, however the 2016/11/ directories were not created and an image does not exist.
I have tried quite a bit, but unfortunately I am having a lot of trouble with what seems to be a simple configuration. Any advice here is welcome. Thank you.
- The topic ‘Subdomain Issue’ is closed to new replies.