Page 1 of 1

"Add New Monitor" button disabled

Posted: Thu Jan 14, 2016 3:28 pm
by gardluca
After hours and hours to try..nothing....this button doesn't work.
A lot of search on web...but the problem still remain.
Anyone can help me?
Thanks in advance

Re: "Add New Monitor" button disabled

Posted: Thu Jan 14, 2016 4:00 pm
by Gary S
The only suggestion I have it to make sure you are logged in as Admin, and that Admin has permissions for that function.

Re: "Add New Monitor" button disabled

Posted: Thu Jan 14, 2016 8:45 pm
by gardluca
Ok, login as "admin" with "admin" password default....but still "add new monitor" disable....still after service zoneminder restar

Re: "Add New Monitor" button disabled

Posted: Fri Jan 15, 2016 9:32 am
by SteveGilvarry
Pretty sure the only code controlling enable/disable on that button is Users permissions. Disable OPT_USE_AUTH in options system to confirm it is a permissions issue, see if that works. If it does then check your accounts permissions in the Users tab of options, needs to have Monitors = Edit permissions.

I doubt this is a version issue, but 1.28.1 has lots of changes on 1.26.x

Re: "Add New Monitor" button disabled

Posted: Fri Jan 15, 2016 12:05 pm
by gardluca
I'm using raspberry pi 2..how can update to 1.28?

Re: "Add New Monitor" button disabled

Posted: Fri Jan 15, 2016 12:12 pm
by gardluca
Maybe it's really a problem related authorization.
I installed zoneminder as "pi" user but I can log in only as "admin". This user in zoneminder has not permission to "add new monitor" or create a new user.
So I can't create a new user call "pi".
How can I change user permission by command line?

Re: "Add New Monitor" button disabled

Posted: Thu Jan 26, 2017 1:38 pm
by Belfrey
I was having the same problem on RPi with a fresh installation of Rasbpian Jessie. I finally realized that none of the buttons or functions in the ZM web interface that were javascript-based were working, and this led me to a fix that worked (for me).

I enabled the common javascript directory in the Apache configuration:

Code: Select all

sudo a2enconf javascript-common
Then restarted Apache and Zoneminder:

Code: Select all

sudo service apache2 restart
sudo service zoneminder restart
Not sure why this step isn't included in the wiki instructions for installing zoneminder on Raspbian. Hope it helps!

Re: "Add New Monitor" button disabled

Posted: Thu May 23, 2019 1:06 am
by mcgoy
Worked for me too! Thank you so very much. Great solution.