Page 1 of 1
fresh install on ubuntu 24.04 Version: 1.36.35~20241001.9-noble1
Posted: Thu Oct 03, 2024 7:18 pm
by jamby
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
Re: fresh install on ubuntu 24.04 Version: 1.36.35~20241001.9-noble1
Posted: Thu Oct 03, 2024 10:55 pm
by jamby
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
Re: fresh install on ubuntu 24.04 Version: 1.36.35~20241001.9-noble1
Posted: Fri Oct 04, 2024 2:32 am
by burger
Options are stored in the Config table in the ZM database.
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";
That will blank it out. Or you can set it (the example hint given is America/Toronto).
Re: fresh install on ubuntu 24.04 Version: 1.36.35~20241001.9-noble1
Posted: Fri Oct 04, 2024 1:56 pm
by iconnor
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
Posted: Fri Oct 04, 2024 2:43 pm
by jamby
Thanks for your help.
I lost my mind and did a reinstall on both the mariadb and zoneminder.
Thanks
Jim