I have an issue with ZoneMinder since I tried to change date, time and datetime format trough "Options".
There is no more interface, but a "500 Internal Server Error".
I found perhaps a missing Timezone trouble (https://github.com/ZoneMinder/zoneminder/issues/2895) but cannot fix it by added
Code: Select all
define( 'ZM_TIMEZONE', 'Europe/Paris' );
ZoneMinder log file ("/var/log/apache2/error.log") return
Code: Select all
[php:error] [pid 375671] [client 127.0.0.1:44472] PHP Fatal error: Uncaught Error: Call to undefined method IntlDateFormatter::setPatter() in /usr/share/zoneminder/www/index.php:58\nStack trace:\n#0 {main}\n thrown in /usr/share/zoneminder/www/index.php on line 58, referer: http://localhost/zm/index.php?view=watch&mid=8
Thanks