Page 1 of 1

when I open an event I can not see any image.

Posted: Sat Aug 31, 2013 7:22 pm
by dasearcher
I can export the event and I can view the images from the exported files. I just can't preview the images before I export them. So I can't tell if the event I'm exporting is the one I need.
I did have to move the images from the original directories they were installed into when I installed 1.25.0. I did discover that I can click on Frames and select a frame and page through the files.
So at this point I'm wondering why the play rewind etc buttons don't work.

Re: when I open an event I can not see any image.

Posted: Sat Aug 31, 2013 9:08 pm
by jnoake
Your query is a bit light on detail, but it rings bells with something similar I had, so - making a whole load of assumptions - here goes:
Sounds like your:

Code: Select all

ScriptAlias /cgi-bin/zm "/usr/libexec/zoneminder/cgi-bin"
directive in the zoneminder.conf may not be working and the nph-zms streaming binary is not being found.

There are some posts that say that if you comment out this line:

Code: Select all

    #ScriptAlias /cgi-bin/ "/var/www/cgi-bin/"
in httpd.conf, that this may solve your problem.

The location of these files depends on your OS and webserver.