Firefox problems with ZM 1.25.0...?

Forum for questions and support relating to the 1.25.x releases only.
Locked
gmar_87
Posts: 72
Joined: Sat Aug 13, 2011 11:38 pm
Location: Melbourne, Australia

Firefox problems with ZM 1.25.0...?

Post by gmar_87 »

I have just installed 1.25.0 on Ubuntu server 11.04 x64 :), but having some problems.

The values for FPS, playback speed, etc aren't displayed in Firefox. (e.g. - Mode: Rate: x Delay: s Buffer: % Zoom: x ). Also, the event list under the camera stream is blank. Internet Explorer 9 displays correctly, but Firefox 6.0.2 doesn't and generates the following errors:

Code: Select all

2011-09-10 18:20:10.307925	web_js	891	ERR	$clear is not defined	http://10.1.1.247/skins/classic/views/js/watch.js	112
2011-09-10 18:19:58.296117	web_js	891	ERR	$clear is not defined	http://10.1.1.247/skins/classic/views/js/watch.js	112
2011-09-10 18:19:46.326586	web_js	891	ERR	$clear is not defined	http://10.1.1.247/skins/classic/views/js/watch.js	112
2011-09-10 18:19:34.335456	web_js	891	ERR	$clear is not defined	http://10.1.1.247/skins/classic/views/js/watch.js	112
2011-09-10 18:19:25.039010	web_js	891	ERR	$clear is not defined	http://10.1.1.247/skins/classic/views/js/watch.js	112
2011-09-10 18:19:24.196329	web_js	891	ERR	$clear is not defined	http://10.1.1.247/skins/classic/views/js/watch.js	547
2011-09-10 18:19:23.383613	zms	4350	ERR	Frame send time 116 msec too slow, throttling maxfps to 10.00	zm_monitor.cpp	3392
2011-09-10 18:19:22.276433	web_js	891	ERR	handleClick.bindWithEvent is not a function	http://10.1.1.247/skins/classic/views/js/watch.js
Please help!
christophe_y2k
Posts: 102
Joined: Mon Oct 12, 2009 8:47 am
Location: EUROPE-FRANCE-MANDELIEU

Re: Firefox problems with ZM 1.25.0...?

Post by christophe_y2k »

Hello, i seen here something similar, maybe you can try it at no cost

http://www.zoneminder.com/forums/viewto ... ot+defined
Post Re: zm 1.25.0:Views monitor: no fps, no events. ERR: $clear
I suspect this was a case of files getting cached by your browser. It's worth mentioning that clearing the cache or doing a forced refresh is a good idea when installing a new version.
gmar_87
Posts: 72
Joined: Sat Aug 13, 2011 11:38 pm
Location: Melbourne, Australia

Re: Firefox problems with ZM 1.25.0...?

Post by gmar_87 »

christophe_y2k wrote:Hello, i seen here something similar, maybe you can try it at no cost

http://www.zoneminder.com/forums/viewto ... ot+defined
Post Re: zm 1.25.0:Views monitor: no fps, no events. ERR: $clear
I suspect this was a case of files getting cached by your browser. It's worth mentioning that clearing the cache or doing a forced refresh is a good idea when installing a new version.
Thanks christophe_y2k! Clearing the cache worked.
bb99
Posts: 943
Joined: Wed Apr 02, 2008 12:04 am

Re: Firefox problems with ZM 1.25.0...?

Post by bb99 »

To eliminate recurrence change about:config, "browser.cache.check_doc_frequency" to a value of 1. Valid values are:

0 – Check for a new version of a page once per session (a session starts when the first application window opens and ends when the last application window closes).

1 - Check for a new version every time a page is loaded.

2 – Never check for a new version – always load the page from cache.

3- Check for a new version when the page is out of date. (Default)
Locked