Page 1 of 1

mootools not found

Posted: Fri Jun 15, 2012 10:52 pm
by obelix_a
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

Re: mootools not found

Posted: Sun Jun 17, 2012 7:11 am
by swarmey
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 :



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>
Basically, on those two lines add .. before /javascript since the folder is one more sub-directory.

Re: mootools not found

Posted: Sun Jun 17, 2012 2:08 pm
by obelix_a
...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 ;)