Search found 10 matches
- Thu Mar 19, 2015 3:34 pm
- Forum: ZoneMinder 1.28.x
- Topic: Issue when viewing events
- Replies: 10
- Views: 3334
Re: Issue when viewing events
For now I changed the following code to fix the issue for us. It may not be the best fix, but it seems to work and doesn't modify any other code. /var/www/html/zm/skins/classic/views/event.php Lines 30-34 if ( $user['MonitorIds'] ) // $midSql = " and MonitorId in (".join( ",", preg_split( '/["\'\s ...
- Wed Mar 18, 2015 7:52 pm
- Forum: ZoneMinder 1.28.x
- Topic: Issue when viewing events
- Replies: 10
- Views: 3334
Re: Issue when viewing events
Still digging and found something else /var/www/html/zm/includes/database.php Lines 86-99 function dbEscape( $string ) { global $dbConn; if ( version_compare( phpversion(), "4.3.0", "<") ) if ( get_magic_quotes_gpc() ) return( $dbConn->quote( stripslashes( $string ) ) ); else return( $dbConn->quote ...
- Wed Mar 18, 2015 6:07 pm
- Forum: ZoneMinder 1.28.x
- Topic: Issue when viewing events
- Replies: 10
- Views: 3334
Re: Issue when viewing events
I was able to find the line of code that is causing my issue but I am having a hard time figuring out what it's trying to do. /var/www/html/zm/skins/classic/views/event.php Line 31 if ( $user['MonitorIds'] ) $midSql = " and MonitorId in (".join( ",", preg_split( '/["\'\s]*,["\'\s]*/', dbEscape($user ...
- Mon Mar 09, 2015 7:26 pm
- Forum: ZoneMinder 1.28.x
- Topic: Problem connecting to web interface
- Replies: 2
- Views: 1380
Re: Problem connecting to web interface
ZM_OPT_USE_AUTH in Config table maybe?
Kenny
Kenny
- Mon Mar 09, 2015 7:18 pm
- Forum: ZoneMinder 1.28.x
- Topic: ZM 1.28 and CentOS 7 Web Gui Displays stopped
- Replies: 7
- Views: 3101
Re: ZM 1.28 and CentOS 7 Web Gui Displays stopped
We had the same thing happen to us when we first installed on CentOS 6. If I remember correctly we ended up disabling SELinux and rebooted to fix the issue. We haven't jumped to CentOS 7 yet so it may be different, but worth a try.
Kenny
Kenny
- Mon Mar 09, 2015 6:53 pm
- Forum: ZoneMinder 1.28.x
- Topic: Issue when viewing events
- Replies: 10
- Views: 3334
Re: Issue when viewing events
I have been digging some more and and have found an error using the IE 11 Developer Debugging Tool. This error only comes up when the user has been restricted to certain cameras. I tried to figure out where it is loosing this variable, but haven't been able to find it yet. Hopefully someone with a ...
- Fri Mar 06, 2015 2:10 pm
- Forum: ZoneMinder 1.28.x
- Topic: Issue when viewing events
- Replies: 10
- Views: 3334
Re: Issue when viewing events
It looks like I can post the images now.
Here is what it looks like if I restrict a users monitors.

And here is if they have access to all monitors.

Both images are of the same event.
Thanks,
Kenny
Here is what it looks like if I restrict a users monitors.

And here is if they have access to all monitors.

Both images are of the same event.
Thanks,
Kenny
- Fri Mar 06, 2015 2:07 pm
- Forum: ZoneMinder 1.28.x
- Topic: Issue when viewing events
- Replies: 10
- Views: 3334
Re: Issue when viewing events
Mubashirali1987 wrote:recording data issue i check that event folder there is a images not recording data
guide meeee any buddy help me this issue
Everything in the event folder looks fine as far as I can tell, and everything plays back correctly if they have access to all monitors.
Thanks again,
Kenny
- Fri Mar 06, 2015 2:03 pm
- Forum: ZoneMinder 1.28.x
- Topic: Issue when viewing events
- Replies: 10
- Views: 3334
Re: Issue when viewing events
Certainly. It's running CentOS 6.5, Linux 2.6.32-431.3.1.el6.x86_64 #1 SMP Fri Jan 3 21:39:27 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux
Thanks again,
Kenny
Thanks again,
Kenny
- Thu Mar 05, 2015 4:50 pm
- Forum: ZoneMinder 1.28.x
- Topic: Issue when viewing events
- Replies: 10
- Views: 3334
Issue when viewing events
We recently upgraded to ZM 1.28.1 and have noticed an odd issue when viewing events. Most of our users are restricted to a couple of monitors, but when they try to view events the page doesn't load correctly. The image is shrunk, event details are missing, and the controls don't work. If I remove ...