export problems
Posted: Sat Mar 11, 2006 10:50 pm
i'm having a problem with the export function-- it errors out on line 196 of the zm_export_funcs.php script -- it is generating the wrong path name to the selected event
dir -- it tries to add the monitor name
$event_path = sprintf( "%s/%s/%d", ZM_DIR_EVENTS, $event['MonitorName'], $event['Id']
my event folder's are
root@bills:/var/www/events# ls
1 10 11 12 13 14 15 16 2 3 4 5 6 7 8 9
the error message is
Warning: opendir(events/3_CENTER-STORE/7620): failed to open dir: No such file or directory in /var/www/zm_export_funcs.php on line 196
rob
dir -- it tries to add the monitor name
$event_path = sprintf( "%s/%s/%d", ZM_DIR_EVENTS, $event['MonitorName'], $event['Id']
my event folder's are
root@bills:/var/www/events# ls
1 10 11 12 13 14 15 16 2 3 4 5 6 7 8 9
the error message is
Warning: opendir(events/3_CENTER-STORE/7620): failed to open dir: No such file or directory in /var/www/zm_export_funcs.php on line 196
rob