Hi
zoneminders first message is "mootools not found..."
looking at the ..../functions.php they are searched in
tools/mootools/...
and that is where they really are. But why the message (and so not able to add a monitor)
thanks for your help!
Obelix
mootools not found
Re: mootools not found
I had the same issue on a Ubuntu system:
http://www.zoneminder.com/forums/viewto ... 138#p69138
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 :
Basically, on those two lines add .. before /javascript since the folder is one more sub-directory.
http://www.zoneminder.com/forums/viewto ... 138#p69138
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 :
Code: Select all
<script type="text/javascript" src="../javascript/mootools/mootools-core-nc.js"></script>
<script type="text/javascript" src="../javascript/mootools/mootools-more-nc.js"></script>
Re: mootools not found
...thanks, I already read your post.
But I do not have a "javascript" directory around there.
my mootools* are in /var/www/localhost/htdocs/zoneminder/tools/mootools
I already tried with the abolute path. no success.
other sugestions welcome
But I do not have a "javascript" directory around there.
my mootools* are in /var/www/localhost/htdocs/zoneminder/tools/mootools
I already tried with the abolute path. no success.
other sugestions welcome