Page 1 of 1

zone setup; path incorrect

Posted: Sun Feb 27, 2011 10:16 pm
by r0b
Hello,

I'm using 1.24.1 on Ubuntu. I've installed zoneminder via apt-get.

Finally got my camera/monitor working. I've set the monitor to modetc. When I click on the zone for this camera the image shows up as the broken image pic.

tail -r of the apache error log shows the following when I click on the zones link

[Sun Feb 27 14:02:12 2011] [error] [client 192.168.x.x] File does not exist: /var/www/mnt, referer: http://mama/zm/index.php?view=zones&mid=1

Looking through the settings and the zm.conf file in /etc/apache2/conf.d, I don't see anything pointing to /var/www/mnt.

Then checked access log with a tail -f and get the following when I click on zone...
192.168.x.x - - [27/Feb/2011:14:09:27 -0800] "GET /mnt/video/images/Zones1.jpg HTTP/1.1" 404 511 "http://mama/zm/index.php?view=zones&mid=1" "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_5_8; en-US) AppleWebKit/534.13 (KHTML, like Gecko) Chrome/9.0.597.102 Safari/534.13"

I'm stuck because the access log looks like it's doing the right thing but the error log say's the opposite.

Any ideas?

Thanks for any help!