Page 1 of 1

Email notify with attach and videocreate. (SOLVED)

Posted: Fri Apr 18, 2008 8:46 pm
by peetr04
Hello!

I updated yesterday to version 1.23.2 and find some error.

The notification email is dont working if in the message is any attachment.
Without picture or movie attachment the email sending is ok.

On console if i start zmfilter.pl come this error message:
Undefined subroutine &main::getEventPath

Same error message if i start the zmvideo.pl.
Undefined subroutine &main::getEventPath

If i want create video :"called at /usr/bin/zmvideo.pl line 169."
If i put the attach image to mail: (%EI1% or %EIM%) "called at /usr/bin/zmfilter.pl line 840."

Please help! :)

Bye:Peetr

Solved!

Posted: Mon Apr 21, 2008 10:41 am
by peetr04
Hello!

I inserted this line to the begining of zmfilter.pl and zmvideo.pl:

use ZoneMinder::General qw(:all);

Now its all OK!

Thanks!