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
Cant Reach webui
Re: Cant Reach webui
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.
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.