mootools not found

Forum for questions and support relating to the 1.25.x releases only.
Locked
obelix_a
Posts: 5
Joined: Thu Jun 14, 2012 1:13 pm

mootools not found

Post 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
swarmey
Posts: 1
Joined: Sun Jun 17, 2012 7:07 am

Re: mootools not found

Post 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.
obelix_a
Posts: 5
Joined: Thu Jun 14, 2012 1:13 pm

Re: mootools not found

Post 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 ;)
Locked