The install went well but while configuring I changed the timezone and the date format and now I have web page that is white and says this page isn't working.
the page is from a remote server and I am still trying to set up the local camera.
Thanks
Jim
fresh install on ubuntu 24.04 Version: 1.36.35~20241001.9-noble1
fresh install on ubuntu 24.04 Version: 1.36.35~20241001.9-noble1
Last edited by jamby on Thu Oct 03, 2024 10:56 pm, edited 1 time in total.
Re: fresh install on ubuntu 24.04 Version: 1.36.35~20241001.9-noble1
maybe this will help.
What I am looking for is the actual file the Options>System>Timezone information is stored in.
Hoping I can manually edit the information and regain a working web page.
Thanks
Jim
What I am looking for is the actual file the Options>System>Timezone information is stored in.
Hoping I can manually edit the information and regain a working web page.
Thanks
Jim
Re: fresh install on ubuntu 24.04 Version: 1.36.35~20241001.9-noble1
Options are stored in the Config table in the ZM database.
That will blank it out. Or you can set it (the example hint given is America/Toronto).
Code: Select all
su - root
mysql -u root zm
> select * from Config where Name like '%time%'\G
> update Config set Value = "" where Name = "ZM_TIMEZONE";
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: fresh install on ubuntu 24.04 Version: 1.36.35~20241001.9-noble1
Please check your apache logs /var/log/apache2/error.log and report back
Re: fresh install on ubuntu 24.04 Version: 1.36.35~20241001.9-noble1
Thanks for your help.
I lost my mind and did a reinstall on both the mariadb and zoneminder.
Thanks
Jim
I lost my mind and did a reinstall on both the mariadb and zoneminder.
Thanks
Jim