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

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
