-
Notifications
You must be signed in to change notification settings - Fork 68
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
"ampache.cfg.php" is not writable #81
Comments
Executing a command as the www-data user works as expected:
|
Messing around with the source code: https://github.com/ampache/ampache/blob/a93fe6a4bff4b003c98f3da7016183d03dc7e57c/src/Config/functions.php#L526 I've discovered that the |
Any progress on that? Note that this seems to be a duplicate of #22 |
That check really weirds me out, even when 777 are the file permissions it reports issues... |
@xeruf mounting a php.ini file with the following content as
|
I still have a similar issue using docker-compose as stated in you example, and yet still it complains with:
from inside docker:
using What is the problem here? |
Have a same problem too |
Needs the https://github.com/ampache/ampache/wiki/Installation ampache database user password to be set [ website database user. (blank database passwords are not accepted)] https://user-images.githubusercontent.com/1305249/129309667-5bed76c9-589d-4c2f-ab99-055affb1afbe.png |
This could be related to #12
I have Ampache setup on Kubernetes home cluster.
On the second setup page I get 2 errors on these 2 points:
The third step fails due to not being able to write the config file.
Running
ls -ahl
on the directory:Nothing interesting shows up in the pod logs. The
/var/log/ampache
directory is empty.Here is my deployment. Note the initContainer setting permissions. Without this, it can't even read the
ampache.cfg.php.dist
file.The text was updated successfully, but these errors were encountered: