Search found 4 matches
- Mon Jun 03, 2019 3:19 pm
- Forum: ZoneMinder 1.32.x
- Topic: Montage Review showing "No Data"
- Replies: 25
- Views: 45894
Re: Montage Review showing "No Data"
I've confirmed that "yum swap php-mysql php-mysqlnd" followed by "apachectl graceful" fixes the problem for us on CentOS 7. Have not noticed any negative side effects so far.
- Sat Jun 01, 2019 5:20 pm
- Forum: ZoneMinder 1.32.x
- Topic: Montage Review showing "No Data"
- Replies: 25
- Views: 45894
Re: Montage Review showing "No Data"
I think the root of the problem may be in the PHP MySQL driver. Apparently the driver in the CentOS 7 php-mysql package returns all query results as strings regardless of their declared types. This appears to be why ZoneMinder (www/skins/classic/views/js/montagereview.js.php) outputs the events ...
- Fri May 31, 2019 8:34 pm
- Forum: ZoneMinder 1.32.x
- Topic: Montage Review showing "No Data"
- Replies: 25
- Views: 45894
Re: Montage Review showing "No Data"
...incidentally, the issue would presumably only manifest when bulk frames are in use, which may explain why it works for some users and not others.
- Fri May 31, 2019 8:31 pm
- Forum: ZoneMinder 1.32.x
- Topic: Montage Review showing "No Data"
- Replies: 25
- Views: 45894
Re: Montage Review showing "No Data"
I'm seeing the montage review page making requests such as: GET /zm/index.php?view=image&eid=34977&fid=470080&width=1084&height=610 GET /zm/index.php?view=image&eid=34977&fid=470090&width=1084&height=610 GET /zm/index.php?view=image&eid=34977&fid=470099&width=1084&height=610 GET /zm/index.php?view ...