Hi muggi!
Sorry for a late reply, have'nt noticed your posts and no e-mails about them.
The catch is in your zoneminder.conf
Code: Select all
Alias /zoneminder/cache "@ZM_CACHEDIR@"
I think it's wrong. I had the same issue: wrong path in config file, working GUI, log errors, or right path in config file but GUI not working. But after permissions solved and right path all works.
You wrote that your cache folder is
Pay attention to this I mentioned before:
In my case, it once worked absolute/full path "/var/zm/cache", next git release (after few days) worked "/zm/cache".
So according to above your right path statement should be
Code: Select all
Alias /var/cache/zoneminder/cache "@ZM_CACHEDIR@"
- full path
Code: Select all
Alias /cache/zoneminder/cache "@ZM_CACHEDIR@"
- path relative to /var
Experiment with that.
The right config you will have, when your cache folder will have Apache user/group write rights and there are plenty of files in it.