Search found 1 match

by gavinwa
Wed Oct 23, 2024 5:20 am
Forum: ZoneMinder 1.36.x
Topic: No concole or web inferface after upgrade
Replies: 6
Views: 4577

Re: No concole or web inferface after upgrade

This appears to be a typo with this version. I edited /usr/share/zoneminder/www/index.php and on line 58 I changed:

Code: Select all

  $dateFormatter->setPatter(ZM_DATE_FORMAT_PATTERN);
to

Code: Select all

  $dateFormatter->setPattern(ZM_DATE_FORMAT_PATTERN);