Lost web ui after update
Lost web ui after update
I run update from 1.36.34 to 1.36.35 and after that I lost web ui. Seems that Zoneminder is running on background but just web-ui is not available. What went wrong and how can this be fixed?
Re: Lost web ui after update
I did the same thing, ZM came up, saw all of the processes running so did not log in at that moment, a bit later I went to log in and got a 500 error, looked to see what was going on and found this in my apache2 error log:
[Sun Oct 27 11:49:44.697071 2024] [php:error] [pid 1270] [client 192.168.7.26:46486] 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
The server did the update from what appeared just fine. It requested a reboot due to an update of the OS, at the same time it did the update to 1.36.35.
[Sun Oct 27 11:49:44.697071 2024] [php:error] [pid 1270] [client 192.168.7.26:46486] 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
The server did the update from what appeared just fine. It requested a reboot due to an update of the OS, at the same time it did the update to 1.36.35.
Re: Lost web ui after update
yeah, it was this problem viewtopic.php?t=33658 . Fixed that on my local installation and now web ui is working normally.
Re: Lost web ui after update
I just found it in line 58 pattern is missing the trailing 'n'... Fixed.... Devs are putting us to work. Still great code...
I can see my favorite ZM now...
I can see my favorite ZM now...