Zoneminder 1.24x and Firefox 3.6 Having to Reload Page
-
- Posts: 100
- Joined: Sat Aug 23, 2008 8:03 pm
Zoneminder 1.24x and Firefox 3.6 Having to Reload Page
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?
Hi,
same for me (in montage page).
I edit montage.php (skins/<skin>/views/montage.php) and add at the top :
(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
Of course, you can apply to any other page...
Regards
M
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');
?>
_ 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
Of course, you can apply to any other page...
Regards
M
-
- Posts: 100
- Joined: Sat Aug 23, 2008 8:03 pm
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
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