I get tons of namcap warning with: <file> is setuid or setgid.
Could you please fix that?
Git Clone URL: | https://aur.archlinux.org/grav-admin.git (read-only, click to copy) |
---|---|
Package Base: | grav-admin |
Description: | Modern, Crazy Fast, Ridiculously Easy and Amazingly Powerful Flat-File CMS (with Admin plugin) |
Upstream URL: | https://getgrav.org |
Keywords: | cms fast php server wordpress |
Licenses: | |
Provides: | |
Submitter: | freaknils |
Maintainer: | None |
Last Packager: | ragouel |
Votes: | 2 |
Popularity: | 0.000013 |
First Submitted: | 2017-11-30 21:15 |
Last Updated: | 2020-11-18 04:51 |
I get tons of namcap warning with: <file> is setuid or setgid.
Could you please fix that?
The problem is caused by the security settings in php-fpm with php7.4 (https://serverfault.com/a/997496). I have linked the affected directories all with /var/lib/grav-admin and now it works.
PaulchenPlump, I was able to fix permission issues. I tested it on Apache, provided, you configure nginx correctly, you shouldn't encounter any issues.
I'm not familiar with nginx configuration, please provide a small guide to reproduce your issue and I will look into it.
I have installed your new package. Unfortunately I get the error /usr/share/webapps/grav-admin/tmp - exists but is not writeable
. Installed is it with nginx 1.16.1 and pph-fpm 7.4.3 and the rights to the folder are on 777. All other paths and tests were successful! Do you have any idea what it could be?
PS: Thank you so much for providing the package again!
Pinned Comments
PaulchenPlump commented on 2020-03-14 21:29
The problem is caused by the security settings in php-fpm with php7.4 (https://serverfault.com/a/997496). I have linked the affected directories all with /var/lib/grav-admin and now it works.
PaulchenPlump commented on 2020-03-11 22:00
I have installed your new package. Unfortunately I get the error
/usr/share/webapps/grav-admin/tmp - exists but is not writeable
. Installed is it with nginx 1.16.1 and pph-fpm 7.4.3 and the rights to the folder are on 777. All other paths and tests were successful! Do you have any idea what it could be? PS: Thank you so much for providing the package again!