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.
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
[SOLVED] Web console options not working after upgrade
[SOLVED] Web console options not working after upgrade
Last edited by jsbsmd on Sat Feb 16, 2019 5:40 pm, edited 1 time in total.
[SOLVED] Re: Web console options not working after upgrade
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"
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"