Uncaught TypeError: Cannot read property 'isDisplayed' of undefined

Forum for questions and support relating to the 1.32.x releases only.
Post Reply
dison4linux
Posts: 1
Joined: Thu Oct 03, 2019 1:30 am

Uncaught TypeError: Cannot read property 'isDisplayed' of undefined

Post by dison4linux »

Greetings,
I have a fresh install of 1.32.3 on Ubuntu Bionic from PPA
I have configured an RTSP camera and everything seems to be working correctly on the surface, but the Log is always red, and it is usually this message that I see:

Code: Select all

Uncaught TypeError: Cannot read property 'isDisplayed' of undefined

Code: Select all

http://10.0.71.34/zm/tools/mootools/mootools-more.js
Does anyone know what this has to do with?
User avatar
iconnor
Posts: 2900
Joined: Fri Oct 29, 2010 1:43 am
Location: Toronto
Contact:

Re: Uncaught TypeError: Cannot read property 'isDisplayed' of undefined

Post by iconnor »

I recently fixed that in current master. Update to 1.33.14.
racelife
Posts: 84
Joined: Mon Mar 22, 2010 11:38 pm

Re: Uncaught TypeError: Cannot read property 'isDisplayed' of undefined

Post by racelife »

iconnor wrote: Fri Oct 04, 2019 1:07 am I recently fixed that in current master. Update to 1.33.14.
Is there an easy way to upgrade? Clicking on the version says it is the most current. Installed with "the easy way" script
User avatar
iconnor
Posts: 2900
Joined: Fri Oct 29, 2010 1:43 am
Location: Toronto
Contact:

Re: Uncaught TypeError: Cannot read property 'isDisplayed' of undefined

Post by iconnor »

sudo add-apt-repository ppa:iconnor/zoneminder-master
sudo apt-get update
sudo apt-get install zoneminder
Post Reply