1.31.44 Unable to add monitor
1.31.44 Unable to add monitor
Hi,
I tested upgrading from 1.31.42 to 1.31.44. Unable to add monitor anymore. Here what appears in the log file:
web_php[10021]: ERR [Uncaught ReferenceError: addMonitor is not defined]
Thanks,
I tested upgrading from 1.31.42 to 1.31.44. Unable to add monitor anymore. Here what appears in the log file:
web_php[10021]: ERR [Uncaught ReferenceError: addMonitor is not defined]
Thanks,
Re: 1.31.44 Unable to add monitor
Same with me
Re: 1.31.44 Unable to add monitor
I suspect your issue is related to errors in loading the js. You need to update your apache config to look like the one at the following gist
https://gist.github.com/connortechnolog ... 54ee45067e
https://gist.github.com/connortechnolog ... 54ee45067e
Re: 1.31.44 Unable to add monitor
but where i change for this new config? I put in the /etc/apache2/apache2.conf but not work. So where can i change?
Re: 1.31.44 Unable to add monitor
i try to change /etc/apache2/confi-available/zoneminder.conf but the apache2 don't start. I put the config before the del all lines inside the zoneminder.conf
Still without sucess.
Still without sucess.
Re: 1.31.44 Unable to add monitor
i have same issue with 1.31.44.. don't know where to update this config???
Re: 1.31.44 Unable to add monitor
yes.
I don't know.
I tried changing /etc/apache2/conf-available/zoneminder.conf and apacha2.conf
in both locations the apache2 don't start.
I don't know.
I tried changing /etc/apache2/conf-available/zoneminder.conf and apacha2.conf
in both locations the apache2 don't start.
Re: 1.31.44 Unable to add monitor
ok, here's what i did:
1. Create a file in /etc/apache2/ and call it abc.conf (or whatever name)
2. Copy the contents of link above into this abc.conf. Make sure to fix line 58 per comments on the bottom of page.
3. then, to apache2.conf add a line at bottom of file add
Include abc.conf
4. Next restart apache2
/etc/init.d/apache2 restart
However, now i have an error
/var/log/zm/zm_debug.log
05/01/18 19:37:21.583041 web_js[4479].ERR [Uncaught ReferenceError: createPopup is not defined] at http://192.168.0.25/zm/index.php line 205
So, i am still stuck..
1. Create a file in /etc/apache2/ and call it abc.conf (or whatever name)
2. Copy the contents of link above into this abc.conf. Make sure to fix line 58 per comments on the bottom of page.
3. then, to apache2.conf add a line at bottom of file add
Include abc.conf
4. Next restart apache2
/etc/init.d/apache2 restart
However, now i have an error
/var/log/zm/zm_debug.log
05/01/18 19:37:21.583041 web_js[4479].ERR [Uncaught ReferenceError: createPopup is not defined] at http://192.168.0.25/zm/index.php line 205
So, i am still stuck..
Re: 1.31.44 Unable to add monitor
okay figured it out..
replace the file /etc/apache2/conf-available/zoneminder.conf with the code provided in link (See post above). Make sure to backup and also make sure to fix line 58 (per prior post).
Worked for me
replace the file /etc/apache2/conf-available/zoneminder.conf with the code provided in link (See post above). Make sure to backup and also make sure to fix line 58 (per prior post).
Worked for me
Last edited by amritgary on Wed May 02, 2018 3:13 am, edited 1 time in total.
Re: 1.31.44 Unable to add monitor
you can enable / disable the apache /etc/apache2/conf-available/zoneminder.conf in a terminal with
or to disable :
then a restart of Apache.
more info for Ubuntu or variants -> http://manpages.ubuntu.com/manpages/tru ... onf.8.html
Code: Select all
a2enconf -q zoneminder
Code: Select all
a2disconf -q zoneminder
more info for Ubuntu or variants -> http://manpages.ubuntu.com/manpages/tru ... onf.8.html