Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to access to the webui after upgrade to 1.36.35 #4183

Open
sagitt opened this issue Oct 30, 2024 · 4 comments
Open

Unable to access to the webui after upgrade to 1.36.35 #4183

sagitt opened this issue Oct 30, 2024 · 4 comments

Comments

@sagitt
Copy link

sagitt commented Oct 30, 2024

Hi,
Upgrading to 1.36.35 from 1.36.34 i'm not able to access to the webui.
I'm using this ZM installation from years and all works fine.
I tried to restore a VM Backup and works fine on .34.

What i can check?

using apache, ubuntu 18.04 and iconnor ppa.

With API like ZmNinja or HomeAssistant all works...

@connortechnology
Copy link
Member

There is a missing n in /usr/share/zoneminder/www/index.php on line 59.

@connortechnology
Copy link
Member

@@ -55,7 +55,7 @@ if (ZM_LOCALE_DEFAULT) {
$timeFormatter = new IntlDateFormatter(ZM_LOCALE_DEFAULT, IntlDateFormatter::NONE, IntlDateFormatter::LONG);
}
if (ZM_DATE_FORMAT_PATTERN) {

  • $dateFormatter->setPatter(ZM_DATE_FORMAT_PATTERN);
  • $dateFormatter->setPattern(ZM_DATE_FORMAT_PATTERN);
    }

You can always switch to ppa:iconnor/zoneminder-proposed to get the fix.

@sagitt
Copy link
Author

sagitt commented Oct 30, 2024

Thanks, proposed is for not official releases? If yes i'll fix manually and wait a new release fix thanks

@sagitt
Copy link
Author

sagitt commented Oct 30, 2024

There is a missing n in /usr/share/zoneminder/www/index.php on line 59.

for me is line 58

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants