[SOLVED] No image in zone setup window

Forum for questions and support relating to the 1.24.x releases only.
Locked
hunternet93
Posts: 5
Joined: Sat Feb 26, 2011 6:59 pm

[SOLVED] No image in zone setup window

Post by hunternet93 »

I'm running Zoneminder on Fedora 14 64-bit, installed via yum. I can view cameras fine, but when I go to the zone setup window there is no image. I've narrowed down the problem to that the image is created properly as /data/zm/images/Zones5.jpg, but the source of the zone window expects the /data/zm/images/Zones5.jpg?1298745312. Here's the line from the page's source (line 282, brackets removed so it'll show up):

Code: Select all

img name="zoneImage" id="zoneImage" src="/data/zm/images/Zones5.jpg?1298748223" width="320" height="240" alt="Zone Image"/
The number after the ? changes each time. How can this be fixed? Thanks.

EDIT: Looks like the above isn't my problem, it's Apache blocking the images from being sent from the directory they are in. Does anyone know what I should add to the config file to allow content from a certain directory?
Last edited by hunternet93 on Wed Mar 02, 2011 4:25 am, edited 1 time in total.
hunternet93
Posts: 5
Joined: Sat Feb 26, 2011 6:59 pm

Post by hunternet93 »

I figured it out. The directory I was using to hold the images wasn't accessible from the web.
Locked