lesterchan / wp-downloadmanager

Adds a simple download manager to your WordPress blog.
https://wordpress.org/plugins/wp-downloadmanager/
17 stars 15 forks source link

Wordpress 4.6.1, the plugin doesnt create "wp-content/files" folder #18

Closed IAmRedNez closed 7 years ago

lesterchan commented 7 years ago

Might be the plugin doesn't have permission aka no writable permisssion to create it. Then just create it?

IAmRedNez commented 7 years ago

wp-content folder is 755

i didnt change it since the install of wordpress

im just informing you of the issue

i created the folder files manually and i could upload files

lesterchan commented 7 years ago

755 doesn't mean anything if the owner of the folder and the web process is not the same. If the folder is owned by root and your web process is something else, 755 is not writable as well. One thing for sure 777 is writable by all and it works. Normally Apache has this problem.

If you are on nginx, www-data:www-data is used for the process and check if your folder is owned by www-data.