Public bug reported:

Binary package hint: zoneminder

This bug may or may not be officially "known", cannot see it in a bugzilla 
search, so I'll put it in anyway.
Export of video and multiple stills continually fail due to an error in line 
255 from the file zm/skins/classic/includes/export_functions.php 

$exportFileList = array_merge( $exportFileList, exportFileList( $eid ),
$exportDetail, $exportFrames, $exportImages, $exportVideo, $exportMisc
);

should read:

$exportFileList = array_merge( $exportFileList, exportFileList( $eid ,
$exportDetail, $exportFrames, $exportImages, $exportVideo, $exportMisc
));

See:
http://www.zoneminder.com/forums/viewtopic.php?f=21&t=16110&start=15 for the 
story.

** Affects: zoneminder (Ubuntu)
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/740809

Title:
  export failed

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to