1

I've installed zoneminder on 13.10, however, when I access the browser interface (localhost/zm) I cannot click on "add new monitor". It's like this feature is disabled or something. When I click on "add new monitor", nothing happens. Absolutely useless.

mchid
  • 44,904
  • 8
  • 102
  • 162

3 Answers3

1

Solved!

sudo apt-get install python-software-properties
sudo add-apt-repository ppa:iconnor/zoneminder
sudo nano /etc/apt/sources.list.d/iconnor-zoneminder-saucy.list

change 'saucy' to 'precise', ctrl-o to save, ctrl-x to exit

sudo apt-get update
sudo apt-get install zoneminder

select 'I' to overwrite existing file and 'y' to convert tables to InnoDB

mchid
  • 44,904
  • 8
  • 102
  • 162
1

In my case (Ubuntu 14.04 ZoneMinder v1.27.1) I solved it:

instead of

sudo add-apt-repository ppa:iconnor/zoneminder

I used this

sudo add-apt-repository ppa:iconnor/zoneminder-master
user304706
  • 31
  • 2
  • 5
-1

May be you need to disable option 'OPT_USE_AUTH' in 'Options --> System'. After that, restart ZoneMinder and Bingo!

Seth
  • 59,332