Page 1 of 1

No more events

Posted: Wed Dec 11, 2024 7:34 am
by Zilvermeeuw
I am using Zoneminder for several years now on Fedora. Without issues.
After the last update (Fedora 39 to 40), Zoneminder is not working correctly anymore. Playing events is correct if replay is set to "Gapless events". The events are playes after each other. But when clicking the "Next" or "Prev" button, I get the "No more events" message.

I use Zoneminder version 1.36.35, behind a proxy on Apache2. The relevant proxy rules are:

Code: Select all

  ProxyRequests On
  ProxyPreserveHost On
  ProxyPass /zm/ http://192.168.25.120/zm/
  ProxyPassReverse /zm/ http://192.168.25.120/zm/
  ProxyPass /cgi-bin-zm/ http://192.168.25.120/cgi-bin-zm/
  ProxyPassReverse /cgi-bin-zm/ http://192.168.25.120/cgi-bin-zm/
During the upgrade from Fedora 39 to 40, the webserver is also updated.

In the log, I see several errors:
  • web_js: undefined - setConstant()
  • web_php:Socket /var/lib/zoneminder/sock/zms-395286s.sock does not exist. This file is created by zms<snip>
I searched and read many tips and tricks, but non seems to help me.

Do you have any idea to "repair" the "Next" and "Prev" buttons?