"Torsten Uhlmann" said:
> > Do you mean the latest development version, or the latest released
> > version?
>
> sitescooper-3.1.2
OK, try the "bleeding edge" software on the Sitescooper download page, I
fixed some bugs in that module recently (although I did not see this one!)
> eval failed: Usage: Win32::Process::constant(name) at C:/Programme/Perl/lib/W
> in32/Process.pm line 113.
> Could the kind of document created (silo) be the reason of the problem?
No. What's happening is that Sitescooper is trying to run the Palm
install app, to register your output files for hotsync'ing. But these
lines in "lib\PDA\PilotInstall.pm" are failing:
eval '
my $proc;
if (!Win32::Process::Create ($proc,
$cmd, $cmdline, 0, NORMAL_PRIORITY_CLASS, "."))
{
$code = 255; warn Win32::FormatMessage (Win32::GetLastError());
} else {
$proc->Wait(INFINITE); $proc->GetExitCode($code);
}
1;' or die "eval failed: $@";
This *SHOULD* be working, unless ActivePerl have changed their
Win32::Process API :(
--j.
_______________________________________________
Sitescooper-talk mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/sitescooper-talk