Page 1 of 1

Event Navigator - image don't load

Posted: Thu Aug 02, 2007 11:15 am
by wojteks
Hello,
I'm testing ZoneMinder 1.22.3 on OpenSuSE Linux 10.2 Generally work fine but when I open Time Line then preview image for event is don't loaded - screen below.

Image

Click for see large image

In logs I don't see anything :-(

Can you help me ?

Best regards from Poland

Wojciech Sciesinski

Re: Event Navigator - image don't load

Posted: Thu Aug 02, 2007 12:01 pm
by wojteks
wojteks wrote: I'm testing ZoneMinder 1.22.3 on OpenSuSE Linux 10.2 Generally work fine but when I open Time Line then preview image for event is don't loaded - screen below.
I know sollution now :D
After installation I have created symlink in zm/events to another folder/partition but I didn't created correct configuration in Apache http server file

Now I have added in file /etc/apache2/default-server.conf

Code: Select all

<Directory "/srv/www/htdocs/zm">
Options FollowSymLinks
</Directory>
Now ZoneMinder and events preview in Event Navigator work corectly :-)