Long Term Data not working in web page

Please follow the below template, it will help us to help you!

Expected Behaviour:

When opening the long term data links in the admin console, I expect to see some entries

Actual Behaviour:

I receive an error that data could not be retrieved, and there was an error connecting to the database.

Debug Token:

4xf1huithq

What is the output of these commands from the Pi-Hole host terminal:

ls -lh /etc/pihole/pihole-FTL.db

cat /etc/pihole/pihole-FTL.conf

Thanks for the quick response.

the first command gives:

-rw-------. 1 pihole pihole 2.6M Mar 28 18:56 /etc/pihole/pihole-FTL.db

The second one returns:

PRIVACYLEVEL=0

The permissions on the pihole database should be: -rw-r--r-- 1 pihole pihole

sudo chmod 644 /etc/pihole/pihole-FTL.db

sudo service pihole-FTL restart

That seems to have fixed it thanks. I am now seeing things like 0% where it just used to be blank, so it seems better, I think I just need to give it a bit more time to populate.

Not sure how this got set wrong as I just followed the install instructions, but there you go.

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