Andrew2019

Members
  • Posts

    1
  • Joined

  • Last visited

Posts posted by Andrew2019

  1. On 5/16/2020 at 5:38 AM, gtosnipey said:

    Update: Even after I fixed the issue, it just came back on Version 4.4, I am getting the permission denied for the same folder. Hmmmmm...

     

    Error

    There was a problem applying your settings.
    Debugging information:
    PHP error (2): parse_ini_file(/etc/pihole/setupVars.conf): failed to open stream: Permission denied in /var/www/html/admin/settings.php:11

    After unsuccessfully changing the branch from 'latest' to 'dev' and running chmod -R 777 /mnt/user/appdata/pihole/ I found a solution:

    In my docker config I changed /mnt/cache/appdata/pihole/pihole/ to /mnt/user/appdata/pihole/pihole/ and /mnt/cache/appdata/pihole/dnsmasq.d/ to /mnt/user/appdata/pihole/dnsmasq.d/

    All the error message seem to have gone away.

    • Like 2