Cant Reach webui

Discussions related to the 1.36.x series of ZoneMinder
Post Reply
ameterasu
Posts: 14
Joined: Thu Jun 16, 2022 9:53 am

Cant Reach webui

Post by ameterasu »

Hello,

I've changed my localization settings from system default to "tr_TR" and now I can not open webui.

Apache log has the entry below multiple times, I think this is the solution. How can I restore this?

[Thu Sep 15 15:05:09.083638 2022] [php7:error] [pid 961] [client 192.168.2.216:51012] PHP Fatal error: Uncaught IntlException: datefmt_create: no such time zone: '': U_ILLEGAL_ARGUMENT_ERROR in /usr/share/zoneminder/www/includes/config.php:150\nStack trace:\n#0 /usr/share/zoneminder/www/includes/config.php(150): IntlDateFormatter->__construct()\n#1 /usr/share/zoneminder/www/index.php(46): require_once('/usr/share/zone...')\n#2 {main}\n thrown in /usr/share/zoneminder/www/includes/config.php on line 150
User avatar
iconnor
Posts: 3126
Joined: Fri Oct 29, 2010 1:43 am
Location: Toronto
Contact:

Re: Cant Reach webui

Post by iconnor »

You will have to clear the value.
mysql -u zmuser -p zm
UPDATE Config set Value='' where Name='ZM_LOCALE_DEFAULT';

code is buggy. Will be fixed in 1.36.26, Pre release code is available in proposed ppa.
Post Reply