es erscheint neuerdings eine seltsame Fehlermeldung wenn ich im Web Interface auf "settings" klicke:
' Error
There was a problem applying your settings.
Debugging information:
PHP error (2): file_get_contents(/run/pihole-FTL.port): failed to open stream: No such file or directory in /var/www/html/admin/scripts/pi-hole/php/FTL.php:36'
(Habe unter /var/www/html/admin/scripts/pi-hole/php/ nachgeschaut. Besagte FTL.php ist dort gelistet.)
Installiert wurde Pi-hole auf einem Raspberry Pi 4b; OS = Raspberry Pi OS/Raspbian Bullseye.
DNS-Auflösung läuft über das DNSCrypt-Protokoll...
Web Interface: Mittels Firefox auf einem Windows 10 PC.
It seems 'pihole -up' ignores to update the web interface and it seems that's exactly the reason for
the outdated web interface showing the error mentioned above.
Executing 'pihole -up' just shows:
[✓] Update local cache of available packages
[i] Existing PHP installation detected : PHP version 7.4.33
[✓] Checking for git
[✓] Checking for iproute2
[✓] Checking for dialog
[✓] Checking for ca-certificates
[i] Checking for updates...
[i] Pi-hole Core: up to date
[i] FTL: up to date
[✓] Everything is up to date!
By executing 'pihole -v' this shows up:
Pi-hole version is v5.15.5 (Latest: v5.15.5)
FTL version is v5.21 (Latest: v5.21)
So I tried to reinstall/reset the web interface manually by doing the following steps:
First I visited 'github.com/pi-hole/AdminLTE' in order to ensure the right web interface version.
Then I moved the outdated one...:
sudo mv /var/www/html/admin /home/pi/temp
...and reinstalled/reset the new interface:
cd /var/www/html
sudo git clone https://github.com/pi-hole/AdminLTE.git admin
Now everything is fine with the new web interface: The error don't show up anymore.
But how can I fix Pi-hole so in future 'pihole -up' will update also the web interface?