Search found 1 match
- Tue Jan 03, 2012 8:56 pm
- Forum: ZoneMinder 1.25.x
- Topic: zmEventImagesMaster not working with ZM_USE_DEEP_STORAGE
- Replies: 1
- Views: 2049
Re: zmEventImagesMaster not working with ZM_USE_DEEP_STORAGE
Simplest way to fix this is to change few lines of code in file: .../skins/classic/includes/export_functions.php: 1 foreach ($eids as $eid) { //get monitor id and event id $sql = "select E.MonitorId from Monitors as M inner join Events as E on (M.Id = E.MonitorId) where E.Id = '".dbEscape($eid ...