Defining zones

Forum for questions and support relating to the 1.24.x releases only.
Locked
IanHodgson
Posts: 2
Joined: Thu Mar 22, 2012 7:41 pm

Defining zones

Post by IanHodgson »

This problem is driving me nuts, more because I am sure that I have missed something really obvious. I have made a fresh installation of Zoneminder 1.24.2 on an Ubuntu machine. Having installed the camera driver, defined the Monitor, etc, I have a yellow coloured 'Function' and 'Source'. When I click on the 'Name', I see video so all looks good.

By default, I have one Zone defined and I want to edit the zone, so I click on the '1' in the Zone column, click on the red image that opens up and am presented with the green image in the Zone editing window. Now the issue is that I cannot change the existing zone; there are no points listed in the table, no '+' signs to add new points and trying to move the only visible 'Point' in the top left does not work. I have used ZM before and so am reasonably familiar with how it should work, but cannot see what I am doing wrong here.

I am viewing the web GUI using Firefox and did try IE, but neither give me what I need and what I think I should have to edit the zone. Can anyone help?

Many thanks,
User avatar
nightcrawler
Posts: 71
Joined: Fri Aug 12, 2011 9:54 am
Location: the netherlands

Re: Defining zones

Post by nightcrawler »

did an simple search on "no zone poinst" and hit this topic: http://www.zoneminder.com/forums/viewto ... nts#p74465
and http://www.zoneminder.com/forums/viewto ... t=mootools

Install mootool.js again and be sure that you use cambozolla 0.92 java plugin.

Code:
To fix the zones buttons or problem with the configuration of a monitor (buttons not working):
* check that 'mootools' is installed in '/usr/share/javascript/mootools' :
- it's necessary to modify the file '/usr/share/zoneminder/skins/classic/includes/functions.php' in order to help 'zoneminder' to find the location of 'mootools'.
* 'mootools.js' and 'mootools-more.js' are links pointing respectively to 'mootools-core.min.js' and 'mootools-more.min.js'.
* these 2 pieces of code don't give me any working results. I replace it by 'mootools-core-nc.js' and 'mootools-more-nc.js'.

And then, creation of motion detect zones is now working for me when I modify the file '/usr/share/zoneminder/skins/classic/includes/functions.php' in this way :
<script type="text/javascript" src="../javascript/mootools/mootools-core-nc.js"></script>
<script type="text/javascript" src="../javascript/mootools/mootools-more-nc.js"></script>
Zoneminder @Ubuntu 11 server, ZM 1.25.0 , FFMPEG, 4 Analoge cameras, 1.6ghz P4mobile, 2GB ram, 60GB-HDD.
I also have an (homeseer) domotica system up-and-running with touchscreens,light controllers,weather forecast etc.
IanHodgson
Posts: 2
Joined: Thu Mar 22, 2012 7:41 pm

Re: Defining zones

Post by IanHodgson »

Awesome; thank you so much. Regrettably, I should have found this myself, but that does not detract from my gratitude.
Locked