Page 1 of 1

updated to 1.34.16 from 1.30.4 lost web interface

Posted: Fri Jul 03, 2020 7:43 pm
by njm
on centos 7; upgraded to version 1.34.16 from 1.30.4 lost web interface
Accessing web interface gives: requested URL /zm/ was not found on this server.

Can someone please help to debug?

no custom edits to zm.conf
zmupdate.pl successful
zm databases seems ok for user 'zmusr'
+---------------------------------------------------------------------------------------------------------------+
| Grants for zmuser@localhost |
+---------------------------------------------------------------------------------------------------------------+
| GRANT USAGE ON *.* TO 'zmuser'@'localhost' IDENTIFIED BY PASSWORD '*C1D2D6FC5C596AFB19FFC4331DF6DAA287749A3E' |
| GRANT ALL PRIVILEGES ON `zm`.* TO 'zmuser'@'localhost' |
+---------------------------------------------------------------------------------------------------------------+

Re: updated to 1.34.16 from 1.30.4 lost web interface

Posted: Fri Jul 03, 2020 8:35 pm
by burger
if localhost/zm says 'page not found' check /etc/apache/conf-available/ which points to /usr/share/zoneminder/www and which may not have the correct permissions (needs apache / www-data user) with 0755 / chown root:www-data
also check that you enabled the conf in apache: a2enconf zoneminder
From https://wiki.zoneminder.com/Devuan_Beow ... om_ZM_Repo

It is probably something to do with the conf in apache: /etc/apache2/conf-available/zoneminder.conf (debian path).

Also check apache logs.