Network tab unknown error

Orangepi 0 with 256 MB ram and armbian. Lighttpd initially was having problems, but after a repair everything works as intended (minus network tab ofc).
Thanks in advance for your time.

Expected Behaviour:

Network tab on the web interface showing data as usual.

Actual Behaviour:

Network tab responding with an error from pihole IP. Debug console of chrome respond with error 500 ( server internal error).

Debug Token:

https://tricorder.pi-hole.net/2zasxsaz0p

Please check the last lines of

/var/log/lighttpd/error.log

It should contain details about the error 500 you're seeing.

Thank you.
The error log contains some errors regarding SQLite 3. Further Reading online suggested a fresh install.
After some problems with the distro chosen (file system was going in read only mode) i resolved using

Sudo apt-get clean
Sudo dkpg --configure -a
apt-get update –fix-missing
Sudo apt-get update && apt-get upgrade -y

I've still had some problems with php-cgi but a manual install of those packages was enough.
Thank you for your time and patience. Happy new year!

1 Like

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