[SOLVED] Web console options not working after upgrade

Forum for questions and support relating to the 1.32.x releases only.
Post Reply
jsbsmd
Posts: 10
Joined: Mon Aug 08, 2011 10:13 pm

[SOLVED] Web console options not working after upgrade

Post by jsbsmd »

Upgraded Ubuntu 16.04 to 18.04, then followed instructions as per
https://wiki.zoneminder.com/Ubuntu_Serv ... e_easy_way

Zoneminder is loading. I can see my camera, however I cannot edit path information, delete events using filters, change skins, etc.

eg: trying to see zms path. will not let me add server or see current options.
2-16-2019 11-08-39 AM.jpg
2-16-2019 11-08-39 AM.jpg (26.84 KiB) Viewed 1194 times
just some more fyi.

zm log web_js.log

02/16/19 11:05:19.956658 web_js[11522].ERR [ReferenceError: streamPrev is not defined] at http://mywebsite/zm/index.php?view=event line 1
02/16/19 11:05:22.978917 web_js[11522].ERR [ReferenceError: streamFastFwd is not defined] at http://mywebsite/zm/index.php?view=event line 1
02/16/19 11:06:59.434446 web_js[13306].ERR ['createPopup' is undefined] at http://mywebsite/zm/index.php?view=options line 200
02/16/19 11:07:04.495227 web_js[13306].ERR ['createPopup' is undefined] at http://mywebsite/zm/index.php?view=options line 200
02/16/19 11:07:49.278345 web_js[13306].ERR ['createPopup' is undefined] at http://mywebsite/zm/index.php?view=watch line 219
Last edited by jsbsmd on Sat Feb 16, 2019 5:40 pm, edited 1 time in total.
jsbsmd
Posts: 10
Joined: Mon Aug 08, 2011 10:13 pm

[SOLVED] Re: Web console options not working after upgrade

Post by jsbsmd »

I think I have found the solution. Was an apache config issue

Follow link

https://gist.github.com/connortechnolog ... 54ee45067e

however i did find a syntax error which would not let me see the camera.

replace line ScriptAlias /zm/cgi-bin/ "/usr/lib/zoneminder/cgi-bin"

with ScriptAlias /zm/cgi-bin "/usr/lib/zoneminder/cgi-bin"
Post Reply