Hello!
I've been upgraded Perl to 5.10.1, it's components and ASSP to 0.5.19 and after
service start I've seen this error in log:
Nov-13-09 21:00:06 [startup] Error loading plugin (2) ASSP_OCR (use) - error:
Attempt to reload ASSP_OCR.pm aborted.
Compilation failed in require at (eval 93) line 1.
BEGIN failed--compilation aborted at (eval 93) line 1.
ASSP_OCR.pm - is up to date.
Code snip:
foreach my $a (@convert){
next if ($^O eq "MSWin32" && ! -e "$a/convert.exe" );
next if ($^O ne "MSWin32" && ! -e "$a/convert" );
<---- This is line 93
$i++;
my $cmd = "\"$a/convert\" -version 2>&1";
my $out = qx($cmd);
next if ($out !~ /ImageMagick/i);
$self->{convert} = $^O eq "MSWin32" ? $a.'\convert' : $a.'/convert';
last;
}
Any ideas?
Best regards,
Alexander Shabalin
-----Original Message-----
From: Thomas Eckardt/eck [mailto:[email protected]]
Sent: Thursday, November 12, 2009 9:15 PM
To: ASSP development mailing list
Subject: [Assp-test] fixes in 2.0.1_RC0.5.19
fixed in 2.0.1_RC0.5.19
- the submit button in MaillogTail was not working in every case with FF
- scrambled filenames and subjects - should be fixed, but extra debug code is
added - if the filenames and subjects differs, a file debug_sub.txt with debug
infos will be created in the base folder
- the code to detect local addresses was outdated -> new code is implemented
- wildcards in Redlist where not working
changed:
- DoLocalSender is obsolet and is removed (use DoLocalSenderAddresses and
DoLocalSenderDomains)
- ValidateUserLog can be setup to 'diagnostic'
- the scrollbar on the left menu is only shown if the mouse cursor is on it
Thomas
DISCLAIMER:
*******************************************************
This email and any files transmitted with it may be confidential, legally
privileged and protected in law and are intended solely for the use of the
individual to whom it is addressed.
This email was multiple times scanned for viruses. There should be no known
virus in this email!
*******************************************************
------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
trial. Simplify your report design, integration and deployment - and focus on
what you do best, core application coding. Discover what's new with
Crystal Reports now. http://p.sf.net/sfu/bobj-july
_______________________________________________
Assp-test mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/assp-test
------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
trial. Simplify your report design, integration and deployment - and focus on
what you do best, core application coding. Discover what's new with
Crystal Reports now. http://p.sf.net/sfu/bobj-july
_______________________________________________
Assp-test mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/assp-test