Running Pi-Hole on Rasbian
I ran an update this evening with pihole -up followed by apt update & apt upgrade. I then restarted the Raspberry Pi.
After this, my Whitelist, Blacklist and Domain list are all blank and there were several hundred prior to the upgrade. Additionally, I can't seem to load new domains to the list as well and it is blocking weirdly.
There seem to be some PHP errors in the error.log.....
*** [ DIAGNOSING ]: contents of /var/log/lighttpd
-rw-r--r-- 1 www-data www-data 1431 Aug 3 21:02 /var/log/lighttpd/error.log
2020-08-02 00:00:27: (server.c.1759) logfiles cycled UID = 0 PID = 15389
2020-08-03 17:52:46: (server.c.2059) server stopped by UID = 0 PID = 1
2020-08-03 17:52:47: (server.c.1464) server started (lighttpd/1.4.53)
2020-08-03 17:52:47: (server.c.1493) WARNING: unknown config-key: alias.url (ignored)
2020-08-03 18:14:28: (server.c.2059) server stopped by UID = 0 PID = 1
2020-08-03 18:15:02: (server.c.1464) server started (lighttpd/1.4.53)
2020-08-03 18:15:02: (server.c.1493) WARNING: unknown config-key: alias.url (ignored)
2020-08-03 20:35:55: (mod_fastcgi.c.421) FastCGI-stderr: PHP Notice: Undefined index: π in /var/www/html/pihole/index.php on line 336
2020-08-03 20:40:20: (mod_fastcgi.c.421) FastCGI-stderr: PHP Notice: Undefined index: π in /var/www/html/pihole/index.php on line 336
2020-08-03 20:41:40: (mod_fastcgi.c.421) FastCGI-stderr: PHP Warning: fopen(/etc/pihole/custom.list): failed to open stream: No such file or directory in /var/www/html/admin/scripts/pi-hole/php/func.php on line 101
2020-08-03 20:42:18: (server.c.2059) server stopped by UID = 0 PID = 1
2020-08-03 20:42:50: (server.c.1464) server started (lighttpd/1.4.53)
2020-08-03 20:42:50: (server.c.1493) WARNING: unknown config-key: alias.url (ignored)
2020-08-03 21:02:48: (mod_fastcgi.c.421) FastCGI-stderr: PHP Warning: implode(): Invalid arguments passed in /var/www/html/admin/scripts/pi-hole/php/savesettings.php on line 741
Debug Token:
https://tricorder.pi-hole.net/6tdtri8sy7
Any thoughts?