Skip to content
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

Error with installer - Permission denied #298

Closed
RHS-Code opened this issue Apr 6, 2019 · 4 comments
Closed

Error with installer - Permission denied #298

RHS-Code opened this issue Apr 6, 2019 · 4 comments

Comments

@RHS-Code
Copy link

RHS-Code commented Apr 6, 2019

After I've copied the files to the correct directory and tried to open the installer, but it told me Permission denied. I set the Permissions for every file and directory having to do with it to 777 but it's still telling me permission denied. (I've also tried several browsers)
Specs:
Raspberry Pi 3B+ with Fedora ARM 29
Apache 2.4
PHP 7.2.16
Bildschirmfoto 2019-04-06 um 14 42 07
Bildschirmfoto 2019-04-06 um 14 41 26

@nabeelio
Copy link
Owner

nabeelio commented Apr 6, 2019

That user and group look wrong. Try running a chmod -R <user>: ., replacing <user> with the webserver user.

@RHS-Code
Copy link
Author

RHS-Code commented Apr 7, 2019

Changed the user and group, still the same error (your command didn't work I've used chown -R <user>:<group> <path>

@younesskhinit
Copy link

Try this : chown -R www-data:www-data

@RHS-Code
Copy link
Author

RHS-Code commented Apr 7, 2019

Thank you it worked.

@RHS-Code RHS-Code closed this as completed Apr 7, 2019
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

3 participants