Settings from config-site.php ignored(?) #341
-
|
Hi, according to https://www.mailpiler.org/using-the-gui/ However, when I set SITE_NAME in "/etc/piler/config-site.php" this is ignored. I have to change it in "/var/piler/www/config.php" to make it work (so that after logging in, I can see the configured URL). Tried both variants (using ETC as a marker): Ubuntu 24.04 What might I be doing wrong? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
|
Revert back config.php for testing, and set |
Beta Was this translation helpful? Give feedback.
-
|
Found the culprit: Fixed by adapting the PHP config: |
Beta Was this translation helpful? Give feedback.
Found the culprit:
"NOTICE: PHP message: PHP Warning: file_exists(): open_basedir restriction in effect. File(/etc/piler/config-site.php) is not within the allowed path(s): (/var/piler/www/:/tmp/) in /var/piler/www/config.php on line 388"Fixed by adapting the PHP config:
php_value[open_basedir] = "/var/piler/www/:/tmp/:/etc/piler/:/var/piler/stat/:/proc/meminfo"