This suggests that you don't have an html/.htaccess file, or it's not being used. That's what would redirect /device/ to the correct place.
This is almost certainly not missing from the .tar.gz, else a great many people would complain. If the file is present in your install, for some reason Apache isn't using it. Did you change any Apache config?
Adam.
From: observium observium-bounces@observium.org On Behalf Of Arrigo Savio via observium Sent: 16 November 2020 07:48 To: observium@observium.org Cc: Arrigo Savio arrigo.savio@qcom.it Subject: [Observium] No pages after CE upgrade
Hi all. I update Community Edition to Version 20.9.
I followed steps reported in page https://docs.observium.org/updating/
cd /opt mv observium observium_old}}
wget -Oobservium-community-latest.tar.gz https://www.observium.org/observium-community-latest.tar.gz tar zxvf observium-community-latest.tar.gz}}
mv /opt/observium_old/rrd observium/ mv /opt/observium_old/logs observium/}} mv /opt/observium_old/config.php observium/
I update DB schema and PHP scripts (discovery and poller) work correcty. I can see homepage, but if I try to enter devices section https://observium2.qcom.it/device, I receive a blank page with "File not found" message.
Any ideas?
Thanks. Arrigo