Skip to content

Directory not writeable by webserver #19

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
ghost opened this issue Jun 17, 2020 · 1 comment
Closed

Directory not writeable by webserver #19

ghost opened this issue Jun 17, 2020 · 1 comment

Comments

@ghost
Copy link

ghost commented Jun 17, 2020

Hi. I try to use this script on my server but i get the error message "Directory not writeable by web server"

@ndeet
Copy link
Owner

ndeet commented Jun 17, 2020

Hi,

this is a problem with the file system configuration and not related to the script.

a) if you use the script on your hosters webspace, contact them why the PHP script can't write data onto the filesystem. (this happens if webserver is configured with mod_php but file system has different ownership)

b) if on your own server/machine make sure the file system has the same ownership as the webserver for Debian/Ubuntu this is likely www-data; intro about chown and permissions eg. here

@ndeet ndeet closed this as completed Jun 17, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant