Page 1 of 1

Zoneminder 1.24x and Firefox 3.6 Having to Reload Page

Posted: Tue Jun 01, 2010 2:29 pm
by metallica1973
I am using Zoneminder 1.24x and have it working great. I have been using Zoneminder for about 2 years and noticed that no matter what version of Firefox I use I have to clear the cache of the browser to be able to reload the pages within Zoneminder. When I first go into Firefox I am fine but after a few times of shutting camera windows or any configuration windows, let say for example in Montage, it will just hang, so I go and clear the cache and its fine again. I have not tried the other browsers but I would imagine that it would be the same. Any suggestion?

Posted: Sun Jun 06, 2010 11:25 am
by Pictux
Hi,
same for me (in montage page).

I edit montage.php (skins/<skin>/views/montage.php) and add at the top :

Code: Select all

<_php>
        header('Refresh: 120');
?>
(replace in <_php> :
_ with ?
and delete >
don't know why it's not possible to insert here php script...)
This simple workaround self refresh the montage page every 2 minutes.
No more freeze for me
:D

Of course, you can apply to any other page...
Regards
M

Posted: Sun Jun 06, 2010 10:34 pm
by metallica1973
I will give this a try but this is in any page of zoneminder whether is be montage, cycle and etc....

Also i found that this helped:

Enter about:config in the address bar

scroll down to
browser.cache.check_doc_frequency 3
change the 3 to a 1

browser.cache.disk.enable True -> False
network.http.max-connections-per-server -> put a value of 100
network.http.max-persistent-connections-per-proxy -> 100 again
network.http.max-persistent-connections-per-server -> 100 again