Page 1 of 1

Cant Reach webui

Posted: Thu Sep 15, 2022 12:12 pm
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

Re: Cant Reach webui

Posted: Thu Sep 15, 2022 5:09 pm
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.