Cannot add adlists to database

I'm new to this site and Pi-hole setup. Pi-hole is working with included list in Gravity database; however, I'm having issues with adding additional blocklists. The Dashboard displays no stats or graphs. There is a communication error between the browser interface and the database which I don't know how to repair.

I've tried searching for answers on my own. Any help would be appreciated.

Here is my debug token: https://tricorder.pi-hole.net/xmX3OTrn/

Can you post one of the list URL's thats failing for you?

Several from firebog.net, including this one:

https://raw.githubusercontent.com/FadeMind/hosts.extras/master/add.Spam/hosts

Screenshot when trying to add this one:

https://raw.githubusercontent.com/hagezi/dns-blocklists/main/domains/pro.txt

Your debug log shows your lighttpd (the web server) installation seems incomplete.

*** [ DIAGNOSING ]: contents of /etc/lighttpd/conf-enabled
total 0
lrwxrwxrwx 1 root root 33 Jan  1 03:58 10-fastcgi.conf -> ../conf-available/10-fastcgi.conf
lrwxrwxrwx 1 root root 37 Jan  1 03:58 15-fastcgi-php.conf -> ../conf-available/15-fastcgi-php.conf
lrwxrwxrwx 1 root root 42 Nov 19 13:35 90-javascript-alias.conf -> ../conf-available/90-javascript-alias.conf

Usually there are at least 3 more files there: 05-setenv.conf, 10-accesslog.conf and 15-pihole-admin.conf (the main Pi-hole Dashboard config file).

Can you try to reconfigure Pi-hole running pihole -r and selecting "reconfigure"?

That worked like a charm! The Dashboard is now displaying stats and lit up like a Christmas tree. The adlist now displays the list included with Pi-hole, and I'm able to add another list.

Thanks, so much. Happy New Year!

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.