zoneminder web console status stopped

Forum for questions and support relating to the 1.24.x releases only.
Locked
antoleon
Posts: 4
Joined: Thu Jan 28, 2010 6:52 pm

zoneminder web console status stopped

Post by antoleon »

hello, I installed zoneminder v1.24.2 with apt-get in an apache server using VirtualHosts with this configuration:
<Directory>
php_flag register_globals off
Options Indexes FollowSymLinks
<IfModule>
DirectoryIndex index.php
</IfModule>
</Directory>
In the Web console, zoneminder status is stopped, but the daemon is running and capturing frames correctly as seen in /var/log/messages
Mar 8 13:11:11 debian zmc_m1 [15,645]: INF [Monitor-1: 11000 - Capturing at 25.00 fps]
Mar 8 13:11:51 debian zmc_m1 [15,645]: INF [Monitor-1: 12000 - Capturing at 25.00 fps]
Mar 8 13:12:31 debian zmc_m1 [15,645]: INF [Monitor-1: 13000 - Capturing at 25.00 fps]
Mar 8 13:13:11 debian zmc_m1 [15,645]: INF [Monitor-1: 14000 - Capturing at 25.00 fps]
Mar 8 13:13:51 debian zmc_m1 [15,645]: INF [Monitor-1: 15000 - Capturing at 25.00 fps]
Mar 8 13:14:31 debian zmc_m1 [15,645]: INF [Monitor-1: 16000 - Capturing at 25.00 fps]
Mar 8 13:15:11 debian zmc_m1 [15,645]: INF [Monitor-1: 17000 - Capturing at 25.00 fps]
Mar 8 13:15:51 debian zmc_m1 [15,645]: INF [Monitor-1: 18000 - Capturing at 25.00 fps]
Mar 8 13:16:31 debian zmc_m1 [15,645]: INF [Monitor-1: 19000 - Capturing at 25.00 fps]
Mar 8 13:17:11 debian zmc_m1 [15,645]: INF [Monitor-1: 20000 - Capturing at 25.00 fps]
It's a permission problem?
Can anyone help? Thanks
Locked