Well I solved it by modifying the file that is found in: /usr/share/zoneminder/www/skins/classic/views/console.php
on line 235
where it says% 100 change it to 200
Cheers
Search found 12 matches
- Tue Dec 10, 2019 2:26 pm
- Forum: ZoneMinder 1.32.x
- Topic: exceeds 100 monitors - bar added - not click and drag -SOLVED
- Replies: 3
- Views: 1943
- Tue Dec 10, 2019 2:25 pm
- Forum: ZoneMinder 1.32.x
- Topic: Only 100 cameras can be ordered on the console ??? SOLVED
- Replies: 1
- Views: 1023
Re: Only 100 cameras can be ordered on the console ???
Well I solved it by modifying the file that is found in: /usr/share/zoneminder/www/skins/classic/views/console.php
on line 235
where it says% 100 change it to 200
Cheers
on line 235
where it says% 100 change it to 200
Cheers
- Tue Dec 10, 2019 2:03 pm
- Forum: ZoneMinder 1.32.x
- Topic: Only 100 cameras can be ordered on the console ??? SOLVED
- Replies: 1
- Views: 1023
Only 100 cameras can be ordered on the console ??? SOLVED
Hello everyone, I am having a problem trying to order the cameras in the console section. I have more than 100 cameras. I can sort them by moving them with the mouse and sort them, but after camera 100, the bar reappears with the names of the columns that are at the beginning and you can no longer ...
- Fri May 10, 2019 10:30 am
- Forum: ZoneMinder 1.32.x
- Topic: exceeds 100 monitors - bar added - not click and drag -SOLVED
- Replies: 3
- Views: 1943
Re: exceeds 100 monitors - bar added - not click and drag
Hi, thanks for quieting the problem. I solve it by doing a search in which I include the monitor that I can not move and some other monitors (search with less than 100 monitors) and place it in its place or at least place it before the 100 monitors. The solution that I find is to put numbers of ...
- Thu May 09, 2019 3:10 pm
- Forum: ZoneMinder 1.32.x
- Topic: exceeds 100 monitors - bar added - not click and drag -SOLVED
- Replies: 3
- Views: 1943
exceeds 100 monitors - bar added - not click and drag -SOLVED
Hi everyone, it might be a bug. The problem I have is that when the list of the console section exceeds 100 monitors, zoneminder adds an extra bar with the titles of the header, generating that you can not use the manual ordering of the monitors that are after the extra bar added.
I think it's a bug.
I think it's a bug.
- Wed May 08, 2019 12:27 pm
- Forum: ZoneMinder 1.32.x
- Topic: BUG REPORT: Issues when camera login information differs from user login
- Replies: 8
- Views: 5260
Re: BUG REPORT: Issues when camera login information differs from user login
I confirm the bug, I have installed ubuntu 18.04 and zoneminder 1.32.3, set 3 cameras and I could watch the live, but when I used onvif, I could not see the live anymore. I had to log out and log in again to watch the live.
- Fri Sep 09, 2016 1:26 pm
- Forum: ZoneMinder 1.29.x
- Topic: (SOLVED) foscam FI9851P v2 shows blue screen
- Replies: 9
- Views: 8913
Re: foscam FI9851P v2 shows blue screen
Hi I could finally solve, these are the parameters to work: GENERAL Name: Pirulo Server: None Source Type: remote Function: Modect Enabled: v SOURCE Remote Protocol: HTTP Remote Method : Simple Remote Host Name:192.168.5.132 Remote Host Port:8132 Remote Host Path:/cgi-bin/CGIProxy.fcgi?cmd ...
- Fri Sep 09, 2016 11:39 am
- Forum: ZoneMinder 1.29.x
- Topic: (SOLVED) foscam FI9851P v2 shows blue screen
- Replies: 9
- Views: 8913
Re: foscam FI9851P v2 shows blue screen
Hello knnniggett, thanks for answering, the parameters are right, I think the version FI9851P V2 of the camera is what does not work, because the version V1 if it works and is the one I'm using, but I can not operate the camera with V2 version. I set the same parameters in both houses and not make ...
- Wed Sep 07, 2016 12:15 pm
- Forum: ZoneMinder 1.29.x
- Topic: (SOLVED) foscam FI9851P v2 shows blue screen
- Replies: 9
- Views: 8913
Re: foscam FI9851P v2 shows blue screen
Hi knnniggett , Soljia, if the port is also correct and resolution, both cameras have the same configuration. I also tried with VLC and the old camera works ok but the new version of the camera does not work. I'm sending mails to the Chinese to send me a new firmware because of foscam page does not ...
- Thu Aug 25, 2016 2:20 pm
- Forum: ZoneMinder 1.29.x
- Topic: (SOLVED) foscam FI9851P v2 shows blue screen
- Replies: 9
- Views: 8913
(SOLVED) foscam FI9851P v2 shows blue screen
Hi, I have 2 cameras foscam FI9851P. one works me well and that is only V2 above shows me a blue screen,. This is the configuration that works well: GENERAL Name: Pirulo Server: None Source Type: Ffmpeg Function: Modect Enabled: v SOURCE Source Path: rtsp://user:password@192.168.5.54:8054/videoMain ...
- Thu Feb 18, 2016 1:00 pm
- Forum: ZoneMinder 1.29.x
- Topic: SOLVED ! -- Ubuntu 14 + zm 1.29 error PDO
- Replies: 1
- Views: 3185
Re: Ubuntu 14 + zm 1.29 error PDO
Hello, I repaired this way:
Run the command below:
php -m
were not the PDO extensions
edit the file /etc/php5/php.ini
in place of dynamic extensions:
extension=pdo.so
extension=pdo_sqlite.so
extension=pdo_mysql.so
extension=sqlite.so
and restart de apache2
Enjoy!
Run the command below:
php -m
were not the PDO extensions
edit the file /etc/php5/php.ini
in place of dynamic extensions:
extension=pdo.so
extension=pdo_sqlite.so
extension=pdo_mysql.so
extension=sqlite.so
and restart de apache2
Enjoy!
- Thu Feb 18, 2016 12:44 pm
- Forum: ZoneMinder 1.29.x
- Topic: SOLVED ! -- Ubuntu 14 + zm 1.29 error PDO
- Replies: 1
- Views: 3185
SOLVED ! -- Ubuntu 14 + zm 1.29 error PDO
Hello, install zm no problem, everything starts ok without errors, but when I open the browser does not display anything. Check error.log of the apache and I get this error:
PHP Fatal error: Class 'PDO' not found in /usr/share/zoneminder/www/includes/database.php on line 34
Help Me!
PHP Fatal error: Class 'PDO' not found in /usr/share/zoneminder/www/includes/database.php on line 34
Help Me!