Search found 3 matches

by mcg
Wed Jun 17, 2009 1:54 pm
Forum: ZoneMinder 1.24.x
Topic: event export doesn't work
Replies: 18
Views: 12218

Updates?

Hi - thanks for the updates.

Would you be able to forward the offical updates... I seem to have missed something - export fails when clicked from filter window, but works from the Event Viewer window [ IE 6 sp3 browser ]

I should test on IE 8 now too.
by mcg
Tue Mar 24, 2009 9:15 pm
Forum: ZoneMinder 1.24.x
Topic: event export doesn't work
Replies: 18
Views: 12218

missed one change

skins/classic/includes/export_functions.php in exportEvents: if ( is_array( $eids ) ) { foreach ( $eids as $eid ) { $exportFileList = array_merge( $exportFileList, exportFileList( $eid, $exportDetail, $exportFrames, $exportImages, $exportVideo, $exportMisc ) ); } }
by mcg
Tue Mar 24, 2009 9:08 pm
Forum: ZoneMinder 1.24.x
Topic: event export doesn't work
Replies: 18
Views: 12218

event export issues

Hi - first post .. ZM 1.24.1 just blows me away! However, have experienced 3 issues and fixed two (Vista, IE7, ZM 1.24.1) js/mootools.js: innerHTML not supported in IE7 - no fix; this.fireEvent naffed too... impacts zone editing. fixed several items to export events (excuse php 4 programming): ajax ...