Email notify with attach and videocreate. (SOLVED)

Support and queries relating to all previous versions of ZoneMinder
Locked
peetr04
Posts: 5
Joined: Tue May 09, 2006 2:39 pm

Email notify with attach and videocreate. (SOLVED)

Post 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
Last edited by peetr04 on Mon Apr 21, 2008 10:43 am, edited 1 time in total.
peetr04
Posts: 5
Joined: Tue May 09, 2006 2:39 pm

Solved!

Post 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!
Locked