Query Log is always empty

Hello everybody,

With the last version of Pi-hole, query log menu is always empty.
Pi-hole works but i can't put blocked domain in white list.

My version of Pi-hole:

  • Pi-hole [v5.1.2]
  • Web Interface [v5.1.1]
  • FTL [v5.2]

Debug Token:

Your debug token is: https://tricorder.pi-hole.net/p5clmeu47j

sudo cat /var/log/lighttpd/error.log

2020-08-29 23:07:46: (server.c.1759) logfiles cycled UID = 0 PID = 1153
2020-08-30 14:26:26: (server.c.2059) server stopped by UID = 0 PID = 1
2020-08-30 14:26:37: (server.c.1464) server started (lighttpd/1.4.53)
2020-08-30 14:26:37: (server.c.1493) WARNING: unknown config-key: alias.url (ignored)
2020-08-30 14:42:38: (server.c.2059) server stopped by UID = 0 PID = 1
2020-08-30 14:42:39: (server.c.1464) server started (lighttpd/1.4.53)
2020-08-30 14:42:39: (server.c.1493) WARNING: unknown config-key: alias.url (ignored)
2020-08-30 14:46:20: (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-30 14:52:51: (server.c.2059) server stopped by UID = 0 PID = 1
2020-08-30 21:42:55: (server.c.1464) server started (lighttpd/1.4.53)
2020-08-30 21:42:55: (server.c.1493) WARNING: unknown config-key: alias.url (ignored)

sudo nano /etc/pihole/setupVars.conf

DNSMASQ_LISTENING=single
PIHOLE_DNS_3=2001:4860:4860:0:0:0:0:8888
PIHOLE_DNS_4=2001:4860:4860:0:0:0:0:8844
DNS_FQDN_REQUIRED=true
DNS_BOGUS_PRIV=true
DNSSEC=true
CONDITIONAL_FORWARDING=false
BLOCKING_ENABLED=true
ADMIN_EMAIL=
WEBUIBOXEDLAYOUT=boxed
WEBTHEME=default-dark
API_QUERY_LOG_SHOW=all
PIHOLE_INTERFACE=eth0
IPV4_ADDRESS=192.168.1.24/24
IPV6_ADDRESS=2a01:cb14:8567:8000:1bf4:9322:834:31f9
PIHOLE_DNS_1=8.8.8.8
PIHOLE_DNS_2=8.8.4.4
QUERY_LOGGING=true
INSTALL_WEB_SERVER=true
INSTALL_WEB_INTERFACE=true
LIGHTTPD_ENABLED=true

I did several searches on this forum and tried several solutions but nothing worked.

Is anyone can help me to fix this please ?

Thank you.

Have you cleared the browser cache and reloaded the page?

thank you for your reply.
yes i will do it.
And query log is always empty.

Does anyone have a solution please?

You can still add the domain to the whitelist on the whitelist page manually.

Do the statistics on the Pihole dashboard indicate Pi-hole is still working properly? Can you try with another browser, ideally from another device?

Hello Coro,
Thank you for your answer.
Ye sthe statistics are working.
But nothing in query log.

Yes i try with another browser, no change. Already the same problem.

What privacy level have you set? You can find it in the web settings. When it is set too high (paranoia mode), queries will be hidden

I checked the box :

Show everything and record everything
Gives maximum amount of statistics

I don't know, maybe give a few more details like on which device you installed your Pi-hole on, which operating systems and browsers you tried for accessing and what you can imagine being helpful in addition.

A moderator will try to help you.

In addition to above questions, could you post output for below pls ?

hostnamectl | tail -3

lsb_release -a

sudo netstat -nltup | grep 'Proto\|:53 \|:67 \|:80 \|:547 \|:471[1-8] '

php-cgi -m

uptime && dmesg -T | grep -i voltage

And post resulting log output when tail the logs live with below while at same time trying to whitelist a domain via the web GUI:

sudo tail -f /var/log/lighttpd/{access,error}.log

Thank you Coro for your answer.
And thank you deHakkelaar for your answer.

Here all informations :

Pi Hole is installed on Raspberry Pi 4 Model B (4 B) 4Go Kit with 64 Go.

I use the local connexion with Mac Book and Mac OS Catalina for manage the interface of Pi-Hole 192.168.1.24/admin/

**hostnamectl | tail -3**

 Operating System: Raspbian GNU/Linux 10 (buster)
            Kernel: Linux 5.4.59-v7l+
      Architecture: arm
**lsb_release -a**


No LSB modules are available.
Distributor ID: Raspbian
Description:    Raspbian GNU/Linux 10 (buster)
Release:        10
Codename:       buster
**sudo netstat -nltup | grep 'Proto\|:53 \|:67 \|:80 \|:547 \|:471[1-8] '**


Proto Recv-Q Send-Q Adresse locale          Adresse distante        Etat        PID/Program name    
tcp        0      0 127.0.0.1:4711          0.0.0.0:*               LISTEN      702/pihole-FTL      
tcp        0      0 0.0.0.0:80              0.0.0.0:*               LISTEN      672/lighttpd        
tcp        0      0 0.0.0.0:53              0.0.0.0:*               LISTEN      702/pihole-FTL      
tcp6       0      0 ::1:4711                :::*                    LISTEN      702/pihole-FTL      
tcp6       0      0 :::80                   :::*                    LISTEN      672/lighttpd        
tcp6       0      0 :::53                   :::*                    LISTEN      702/pihole-FTL      
udp        0      0 0.0.0.0:53              0.0.0.0:*                           702/pihole-FTL      
udp6       0      0 :::53                   :::*                                702/pihole-FTL  

**php-cgi -m**


[PHP Modules]
bz2
calendar
cgi-fcgi
Core
ctype
curl
date
dom
exif
fileinfo
filter
ftp
gd
gettext
hash
iconv
intl
json
libxml
mbstring
mysqli
mysqlnd
openssl
pcntl
pcre
PDO
pdo_mysql
pdo_sqlite
Phar
posix
readline
Reflection
session
shmop
SimpleXML
sockets
sodium
SPL
sqlite3
standard
sysvmsg
sysvsem
sysvshm
tokenizer
wddx
xml
xmlreader
xmlwriter
xsl
Zend OPcache
zip
zlib

[Zend Modules]
Zend OPcache
**uptime && dmesg -T | grep -i voltage**

13:36:51 up  7:30,  2 users,  load average: 0,00, 0,04, 0,02
**sudo tail -f /var/log/lighttpd/{access,error}.log**


==> /var/log/lighttpd/access.log <==
1599046727|192.168.1.24|GET /admin/api.php?summary HTTP/1.1|200|517
1599046729|192.168.1.24|GET /admin/api.php?summary HTTP/1.1|200|517
1599046731|192.168.1.24|GET /admin/api.php?summary HTTP/1.1|200|517
1599046733|192.168.1.24|GET /admin/api.php?summary HTTP/1.1|200|517
1599046735|192.168.1.24|GET /admin/api.php?summary HTTP/1.1|200|517
1599046735|192.168.1.24|GET /admin/api.php?summaryRaw&topItems HTTP/1.1|200|1124
1599046736|192.168.1.24|GET /admin/api.php?summaryRaw&getQuerySources&topClientsBlocked HTTP/1.1|200|632
1599046737|192.168.1.24|GET /admin/api.php?summary HTTP/1.1|200|517
1599046738|192.168.1.24|GET /admin/api.php?summary HTTP/1.1|200|517
1599046739|192.168.1.24|GET /admin/api.php?summary HTTP/1.1|200|517

==> /var/log/lighttpd/error.log <==
2020-08-30 14:26:37: (server.c.1493) WARNING: unknown config-key: alias.url (ignored) 
2020-08-30 14:42:38: (server.c.2059) server stopped by UID = 0 PID = 1 
2020-08-30 14:42:39: (server.c.1464) server started (lighttpd/1.4.53) 
2020-08-30 14:42:39: (server.c.1493) WARNING: unknown config-key: alias.url (ignored) 
2020-08-30 14:46:20: (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-30 14:52:51: (server.c.2059) server stopped by UID = 0 PID = 1 
2020-08-30 21:42:55: (server.c.1464) server started (lighttpd/1.4.53) 
2020-08-30 21:42:55: (server.c.1493) WARNING: unknown config-key: alias.url (ignored) 
2020-09-01 21:40:25: (server.c.1464) server started (lighttpd/1.4.53) 
2020-09-01 21:40:25: (server.c.1493) WARNING: unknown config-key: alias.url (ignored) 

==> /var/log/lighttpd/access.log <==
1599046740|192.168.1.24|GET /admin/api.php?summary HTTP/1.1|200|517
1599046741|192.168.1.24|GET /admin/api.php?summary HTTP/1.1|200|517
1599046742|192.168.1.24|GET /admin/queries.php HTTP/1.1|200|25241
1599046742|192.168.1.24|GET /admin/style/vendor/SourceSansPro/SourceSansPro.css HTTP/1.1|304|0
1599046742|192.168.1.24|GET /admin/style/vendor/bootstrap/css/bootstrap.min.css HTTP/1.1|304|0
1599046742|192.168.1.24|GET /admin/style/vendor/font-awesome/css/all.min.css HTTP/1.1|304|0
1599046742|192.168.1.24|GET /admin/style/vendor/datatables.min.css HTTP/1.1|304|0
1599046742|192.168.1.24|GET /admin/style/vendor/daterangepicker.min.css HTTP/1.1|304|0
1599046742|192.168.1.24|GET /admin/style/vendor/AdminLTE.min.css HTTP/1.1|304|0
1599046742|192.168.1.24|GET /admin/style/pi-hole.css HTTP/1.1|304|0
1599046742|192.168.1.24|GET /admin/style/themes/default-dark.css HTTP/1.1|304|0
1599046742|192.168.1.24|GET /admin/scripts/vendor/jquery.min.js HTTP/1.1|304|0
1599046742|192.168.1.24|GET /admin/style/vendor/bootstrap/js/bootstrap.min.js HTTP/1.1|304|0
1599046742|192.168.1.24|GET /admin/scripts/vendor/adminlte.min.js HTTP/1.1|304|0
1599046742|192.168.1.24|GET /admin/scripts/vendor/bootstrap-notify.min.js HTTP/1.1|304|0
1599046742|192.168.1.24|GET /admin/scripts/vendor/datatables.min.js HTTP/1.1|304|0
1599046742|192.168.1.24|GET /admin/scripts/vendor/moment.min.js HTTP/1.1|304|0
1599046742|192.168.1.24|GET /admin/scripts/vendor/Chart.min.js HTTP/1.1|304|0
1599046742|192.168.1.24|GET /admin/scripts/pi-hole/js/ip-address-sorting.js HTTP/1.1|304|0
1599046742|192.168.1.24|GET /admin/scripts/pi-hole/js/utils.js HTTP/1.1|304|0
1599046742|192.168.1.24|GET /admin/scripts/pi-hole/js/queries.js HTTP/1.1|304|0
1599046742|192.168.1.24|GET /admin/scripts/pi-hole/js/footer.js HTTP/1.1|304|0
1599046742|192.168.1.24|GET /admin/img/boxed-bg-dark.jpg HTTP/1.1|304|0
1599046742|192.168.1.24|GET /admin/img/logo.svg HTTP/1.1|304|0
1599046742|192.168.1.24|GET /admin/img/donate.gif HTTP/1.1|200|3592
1599046742|192.168.1.24|GET /admin/style/vendor/icheck-bootstrap.min.css HTTP/1.1|200|1597
1599046742|192.168.1.24|GET /admin/api_db.php?status HTTP/1.1|200|19
1599046743|192.168.1.24|GET /admin/groups-domains.php?type=white HTTP/1.1|200|27897
1599046743|192.168.1.24|GET /admin/style/vendor/SourceSansPro/SourceSansPro.css HTTP/1.1|304|0
1599046743|192.168.1.24|GET /admin/style/vendor/bootstrap/css/bootstrap.min.css HTTP/1.1|304|0
1599046743|192.168.1.24|GET /admin/style/vendor/font-awesome/css/all.min.css HTTP/1.1|304|0
1599046743|192.168.1.24|GET /admin/style/vendor/datatables.min.css HTTP/1.1|304|0
1599046743|192.168.1.24|GET /admin/style/vendor/daterangepicker.min.css HTTP/1.1|304|0
1599046743|192.168.1.24|GET /admin/style/vendor/AdminLTE.min.css HTTP/1.1|304|0
1599046743|192.168.1.24|GET /admin/style/themes/default-dark.css HTTP/1.1|304|0
1599046743|192.168.1.24|GET /admin/scripts/vendor/jquery.min.js HTTP/1.1|304|0
1599046743|192.168.1.24|GET /admin/style/pi-hole.css HTTP/1.1|304|0
1599046743|192.168.1.24|GET /admin/scripts/vendor/bootstrap-notify.min.js HTTP/1.1|304|0
1599046743|192.168.1.24|GET /admin/style/vendor/bootstrap/js/bootstrap.min.js HTTP/1.1|304|0
1599046743|192.168.1.24|GET /admin/scripts/vendor/adminlte.min.js HTTP/1.1|304|0
1599046743|192.168.1.24|GET /admin/scripts/pi-hole/js/utils.js HTTP/1.1|304|0
1599046743|192.168.1.24|GET /admin/scripts/vendor/datatables.min.js HTTP/1.1|304|0
1599046743|192.168.1.24|GET /admin/scripts/vendor/moment.min.js HTTP/1.1|304|0
1599046743|192.168.1.24|GET /admin/scripts/vendor/Chart.min.js HTTP/1.1|304|0
1599046743|192.168.1.24|GET /admin/scripts/pi-hole/js/footer.js HTTP/1.1|304|0
1599046743|192.168.1.24|GET /admin/style/vendor/animate.min.css HTTP/1.1|200|4259
1599046743|192.168.1.24|GET /admin/style/vendor/bootstrap-select.min.css HTTP/1.1|200|2247
1599046743|192.168.1.24|GET /admin/style/vendor/bootstrap-toggle.min.css HTTP/1.1|200|543
1599046743|192.168.1.24|GET /admin/scripts/vendor/bootstrap-select.min.js HTTP/1.1|200|15795
1599046743|192.168.1.24|GET /admin/scripts/vendor/bootstrap-toggle.min.js HTTP/1.1|200|1327
1599046743|192.168.1.24|GET /admin/scripts/pi-hole/js/groups-domains.js HTTP/1.1|200|4314
1599046743|192.168.1.24|GET /admin/img/boxed-bg-dark.jpg HTTP/1.1|304|0
1599046743|192.168.1.24|GET /admin/img/logo.svg HTTP/1.1|304|0
1599046743|192.168.1.24|GET /admin/img/donate.gif HTTP/1.1|200|3592
1599046743|192.168.1.24|GET /admin/style/vendor/icheck-bootstrap.min.css HTTP/1.1|304|0
1599046743|192.168.1.24|POST /admin/scripts/pi-hole/php/groups.php HTTP/1.1|200|133
1599046743|192.168.1.24|GET /admin/api_db.php?status HTTP/1.1|200|19
1599046743|192.168.1.24|GET /admin/style/vendor/bootstrap/fonts/glyphicons-halflings-regular.woff2 HTTP/1.1|200|18028
1599046743|192.168.1.24|POST /admin/scripts/pi-hole/php/groups.php HTTP/1.1|200|60979
1599046746|192.168.1.24|POST /admin/scripts/pi-hole/php/groups.php HTTP/1.1|200|48
1599046746|192.168.1.24|POST /admin/scripts/pi-hole/php/groups.php HTTP/1.1|200|61115
1599046748|192.168.1.24|GET /admin/api_db.php?status HTTP/1.1|200|19
1599046753|192.168.1.24|GET /admin/queries.php HTTP/1.1|200|25241
1599046753|192.168.1.24|GET /admin/style/vendor/SourceSansPro/SourceSansPro.css HTTP/1.1|304|0
1599046753|192.168.1.24|GET /admin/style/vendor/bootstrap/css/bootstrap.min.css HTTP/1.1|304|0
1599046753|192.168.1.24|GET /admin/style/vendor/daterangepicker.min.css HTTP/1.1|304|0
1599046753|192.168.1.24|GET /admin/style/vendor/datatables.min.css HTTP/1.1|304|0
1599046753|192.168.1.24|GET /admin/style/vendor/font-awesome/css/all.min.css HTTP/1.1|304|0
1599046753|192.168.1.24|GET /admin/style/vendor/AdminLTE.min.css HTTP/1.1|304|0
1599046753|192.168.1.24|GET /admin/style/pi-hole.css HTTP/1.1|304|0
1599046753|192.168.1.24|GET /admin/style/themes/default-dark.css HTTP/1.1|304|0
1599046753|192.168.1.24|GET /admin/scripts/vendor/jquery.min.js HTTP/1.1|304|0
1599046753|192.168.1.24|GET /admin/style/vendor/bootstrap/js/bootstrap.min.js HTTP/1.1|304|0
1599046753|192.168.1.24|GET /admin/scripts/vendor/adminlte.min.js HTTP/1.1|304|0
1599046753|192.168.1.24|GET /admin/scripts/vendor/bootstrap-notify.min.js HTTP/1.1|304|0
1599046753|192.168.1.24|GET /admin/scripts/vendor/datatables.min.js HTTP/1.1|304|0
1599046753|192.168.1.24|GET /admin/scripts/vendor/moment.min.js HTTP/1.1|304|0
1599046753|192.168.1.24|GET /admin/scripts/vendor/Chart.min.js HTTP/1.1|304|0
1599046753|192.168.1.24|GET /admin/scripts/pi-hole/js/ip-address-sorting.js HTTP/1.1|304|0
1599046753|192.168.1.24|GET /admin/scripts/pi-hole/js/utils.js HTTP/1.1|304|0
1599046753|192.168.1.24|GET /admin/scripts/pi-hole/js/queries.js HTTP/1.1|304|0
1599046753|192.168.1.24|GET /admin/scripts/pi-hole/js/footer.js HTTP/1.1|304|0
1599046753|192.168.1.24|GET /admin/img/boxed-bg-dark.jpg HTTP/1.1|304|0
1599046753|192.168.1.24|GET /admin/img/logo.svg HTTP/1.1|304|0
1599046753|192.168.1.24|GET /admin/img/donate.gif HTTP/1.1|200|3592
1599046753|192.168.1.24|GET /admin/style/vendor/icheck-bootstrap.min.css HTTP/1.1|304|0
1599046753|192.168.1.24|GET /admin/api_db.php?status HTTP/1.1|200|19
1599046754|192.168.1.24|GET /admin/index.php HTTP/1.1|200|29746
1599046754|192.168.1.24|GET /admin/style/vendor/SourceSansPro/SourceSansPro.css HTTP/1.1|304|0
1599046754|192.168.1.24|GET /admin/style/vendor/bootstrap/css/bootstrap.min.css HTTP/1.1|304|0
1599046754|192.168.1.24|GET /admin/style/vendor/font-awesome/css/all.min.css HTTP/1.1|304|0
1599046754|192.168.1.24|GET /admin/style/vendor/datatables.min.css HTTP/1.1|304|0
1599046754|192.168.1.24|GET /admin/style/vendor/daterangepicker.min.css HTTP/1.1|304|0
1599046754|192.168.1.24|GET /admin/style/vendor/AdminLTE.min.css HTTP/1.1|304|0
1599046754|192.168.1.24|GET /admin/style/pi-hole.css HTTP/1.1|304|0
1599046754|192.168.1.24|GET /admin/style/themes/default-dark.css HTTP/1.1|304|0
1599046754|192.168.1.24|GET /admin/scripts/vendor/jquery.min.js HTTP/1.1|304|0
1599046754|192.168.1.24|GET /admin/style/vendor/bootstrap/js/bootstrap.min.js HTTP/1.1|304|0
1599046754|192.168.1.24|GET /admin/scripts/vendor/adminlte.min.js HTTP/1.1|304|0
1599046754|192.168.1.24|GET /admin/scripts/vendor/bootstrap-notify.min.js HTTP/1.1|304|0
1599046754|192.168.1.24|GET /admin/scripts/vendor/datatables.min.js HTTP/1.1|304|0
1599046754|192.168.1.24|GET /admin/scripts/vendor/moment.min.js HTTP/1.1|304|0
1599046754|192.168.1.24|GET /admin/scripts/vendor/Chart.min.js HTTP/1.1|304|0
1599046754|192.168.1.24|GET /admin/scripts/pi-hole/js/utils.js HTTP/1.1|304|0
1599046754|192.168.1.24|GET /admin/scripts/pi-hole/js/footer.js HTTP/1.1|304|0
1599046754|192.168.1.24|GET /admin/scripts/pi-hole/js/index.js HTTP/1.1|200|7608
1599046754|192.168.1.24|GET /admin/img/boxed-bg-dark.jpg HTTP/1.1|304|0
1599046754|192.168.1.24|GET /admin/img/logo.svg HTTP/1.1|304|0
1599046754|192.168.1.24|GET /admin/img/donate.gif HTTP/1.1|200|3592
1599046754|192.168.1.24|GET /admin/api.php?summary HTTP/1.1|200|517
1599046754|192.168.1.24|GET /admin/api.php?overTimeData10mins HTTP/1.1|200|4528
1599046754|192.168.1.24|GET /admin/api.php?overTimeDataClients&getClientNames HTTP/1.1|200|3014
1599046754|192.168.1.24|GET /admin/api.php?summaryRaw&topItems HTTP/1.1|200|1124
1599046754|192.168.1.24|GET /admin/api.php?summaryRaw&getQuerySources&topClientsBlocked HTTP/1.1|200|632
1599046754|192.168.1.24|GET /admin/api.php?getQueryTypes HTTP/1.1|200|156
1599046754|192.168.1.24|GET /admin/api.php?getForwardDestinations HTTP/1.1|200|356
1599046754|192.168.1.24|GET /admin/style/vendor/icheck-bootstrap.min.css HTTP/1.1|304|0
1599046754|192.168.1.24|GET /admin/api_db.php?status HTTP/1.1|200|19
1599046755|192.168.1.24|GET /admin/api.php?summary HTTP/1.1|200|517
1599046756|192.168.1.24|GET /admin/api.php?summary HTTP/1.1|200|517
1599046757|192.168.1.24|GET /admin/api.php?summary HTTP/1.1|200|517

Are you sure you cleared browser cache ?

Those 304 responses above in the access.log are related to caching according to below doc:

I dont have them when whitelisting.
Have you tried on another device and preferably another browser (with browser cache cleared) ?

EDIT: At closer inspection, I do have those 304's as well.
But still try on another machine with another browser!
Some browser add-ons / extensions are known to block content.

Thank you for your answer.

Sorry but it doesn't work.
I try it with Window 10 and microsoft edge, so another device et browser.

It's not a problem of cache.

Anything stored in the dbase ?

echo 'SELECT count(*) FROM queries WHERE timestamp BETWEEN "'$(date --date="2020-09-4 00:00:00" +%s)'" AND "'$(date --date="2020-09-5 23:59:59" +%s)'";' | sqlite3 /etc/pihole/pihole-FTL.db

Whats output for below ?

stat /etc/pihole/*.db

I have no clue yet whats causing this.
Is any other software installed on this Pi ?
Did yo make any alterations on top of the default Raspbian Buster install + Pi-hole ?

You could try default a bunch thats related to the web GUI.
Figure out currently installed PHP packages with below:

apt list --installed '*php*'

Purge/uninstall them all including the lighttpd package with below:

sudo apt purge lighttpd <PACKAGE_1> <PACKAGE_2> <PACKAGE_3> etc

And select repair with below one to have them all installed and configured fresh again:

pihole -r

Thank you deHakkelaar for your answer and your help.

**echo 'SELECT count(*) FROM queries WHERE timestamp BETWEEN "'$(date --date="2020-09-4 00:00:00" +%s)'" AND "'$(date --date="2020-09-5 23:59:59" +%s)'";' | sqlite3 /etc/pihole/pihole-FTL.db**

29500

stat /etc/pihole/*.db

  > Fichier : /etc/pihole/gravity.db
>    Taille : 20774912    Blocs : 40576      Blocs d'E/S : 4096   fichier
> Périphérique : b302h/45826d     Inœud : 3478506     Liens : 1
> Accès : (0664/-rw-rw-r--)  UID : (  999/  pihole)   GID : (  995/  pihole)
>  Accès : 2020-08-30 14:54:07.204678857 +0200
> Modif. : 2020-09-07 09:51:30.839116331 +0200
> Changt : 2020-09-07 21:25:26.268790999 +0200
>   Créé : -
>   Fichier : /etc/pihole/macvendor.db
>    Taille : 2510848     Blocs : 4904       Blocs d'E/S : 4096   fichier
> Périphérique : b302h/45826d     Inœud : 3479366     Liens : 1
> Accès : (0644/-rw-r--r--)  UID : (  999/  pihole)   GID : (  995/  pihole)
>  Accès : 2020-04-09 21:35:42.101077945 +0200
> Modif. : 2020-08-25 22:05:05.120615956 +0200
> Changt : 2020-08-25 22:05:05.130615805 +0200
>   Créé : -
>   Fichier : /etc/pihole/pihole-FTL.db
>    Taille : 238272512   Blocs : 465384     Blocs d'E/S : 4096   fichier
> Périphérique : b302h/45826d     Inœud : 3479404     Liens : 1
> Accès : (0644/-rw-r--r--)  UID : (  999/  pihole)   GID : (  995/  pihole)
>  Accès : 2020-04-09 21:35:58.890701748 +0200
> Modif. : 2020-09-08 13:36:00.162865427 +0200
> Changt : 2020-09-08 13:36:00.162865427 +0200
>   Créé : -

apt list --installed 'php'

>   En train de lister... Fait
> libapache2-mod-php7.3/stable,now 7.3.19-1~deb10u1 armhf  [installé, automatique]
> php-bz2/stable,now 2:7.3+69 all  [installé, automatique]
> php-common/stable,now 2:69 all  [installé, automatique]
> php-curl/stable,now 2:7.3+69 all  [installé, automatique]
> php-gd/stable,now 2:7.3+69 all  [installé, automatique]
> php-intl/stable,now 2:7.3+69 all  [installé]
> php-mbstring/stable,now 2:7.3+69 all  [installé]
> php-mysql/stable,now 2:7.3+69 all  [installé]
> php-pear/stable,now 1:1.10.6+submodules+notgz-1.1 all  [installé, automatique]
> php-php-gettext/stable,now 1.0.12-0.1 all  [installé, automatique]
> php-phpseclib/stable,now 2.0.14-1 all  [installé, automatique]
> php-tcpdf/stable,now 6.2.26+dfsg-1 all  [installé, automatique]
> php-xml/stable,now 2:7.3+69 all  [installé, automatique]
> php-zip/stable,now 2:7.3+69 all  [installé, automatique]
> php7.1-common/stable,now 7.1.20-1+b2 armhf  [installé, automatique]
> php7.1-mcrypt/stable,now 7.1.20-1+b2 armhf  [installé, automatique]
> php7.3-bz2/stable,now 7.3.19-1~deb10u1 armhf  [installé, automatique]
> php7.3-cgi/stable,now 7.3.19-1~deb10u1 armhf  [installé]
> php7.3-cli/stable,now 7.3.19-1~deb10u1 armhf  [installé, automatique]
> php7.3-common/stable,now 7.3.19-1~deb10u1 armhf  [installé, automatique]
> php7.3-curl/stable,now 7.3.19-1~deb10u1 armhf  [installé, automatique]
> php7.3-gd/stable,now 7.3.19-1~deb10u1 armhf  [installé, automatique]
> php7.3-intl/stable,now 7.3.19-1~deb10u1 armhf  [installé, automatique]
> php7.3-json/stable,now 7.3.19-1~deb10u1 armhf  [installé, automatique]
> php7.3-mbstring/stable,now 7.3.19-1~deb10u1 armhf  [installé, automatique]
> php7.3-mysql/stable,now 7.3.19-1~deb10u1 armhf  [installé, automatique]
> php7.3-opcache/stable,now 7.3.19-1~deb10u1 armhf  [installé, automatique]
> php7.3-readline/stable,now 7.3.19-1~deb10u1 armhf  [installé, automatique]
> php7.3-sqlite3/stable,now 7.3.19-1~deb10u1 armhf  [installé]
> php7.3-xml/stable,now 7.3.19-1~deb10u1 armhf  [installé, automatique]
> php7.3-zip/stable,now 7.3.19-1~deb10u1 armhf  [installé, automatique]
> php7.3/stable,now 7.3.19-1~deb10u1 all  [installé, automatique]
> php/stable,now 2:7.3+69 all  [installé]
> phpmyadmin/stable,now 4:4.6.6-5 all  [installé]

I execute the command
sudo apt purge lighttpd

and after :
pihole -r

But nothing change, the problem is always here.

Thank you very much deHakkelaar.

Now it's working.

I don't why but i do all things you say me in your previous answer.

Thank you for all !

1 Like

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