I’ve been running Zoneminder for some time on my Ubuntu 22.04 server. With the latest update, the web page comes up, but the formatting data for the site doesn’t seem to be loading. The content seems to all be there, but all the formatting is missing.
I checked all the logs (system as well as zm-specific) and I don’t see any errors.
Any suggestions for troubleshooting would be appreciated.
1.36.35 not loading css
Re: 1.36.35 not loading css
Check for javascript console errors.
search.php?st=0&sk=t&sd=d&sr=posts&keyw ... pt+console
I have had the javascript files get broken on my machine somehow from an update. Sometimes you only need to refresh the cache, or disable extensions. You can try a different browser, to see if it's isolated to chrome/firefox.
search.php?st=0&sk=t&sd=d&sr=posts&keyw ... pt+console
I have had the javascript files get broken on my machine somehow from an update. Sometimes you only need to refresh the cache, or disable extensions. You can try a different browser, to see if it's isolated to chrome/firefox.
fastest way to test streams:
ffmpeg -i rtsp://<user>:<pass>@<ipaddress>:554/path ./output.mp4 (if terminal only)
ffplay rtsp://<user>:<pass>@<ipaddress>:554/path (gui)
find paths on ispydb or in zm hcl
If you are new to security software, read:
https://wiki.zoneminder.com/Dummies_Guide
ffmpeg -i rtsp://<user>:<pass>@<ipaddress>:554/path ./output.mp4 (if terminal only)
ffplay rtsp://<user>:<pass>@<ipaddress>:554/path (gui)
find paths on ispydb or in zm hcl
If you are new to security software, read:
https://wiki.zoneminder.com/Dummies_Guide
Re: 1.36.35 not loading css
That did it!
Thanks for the help.
Thanks for the help.