Ah, an old message of mine. I think this in the end boiled down to
mod_perl writing this particular error to the server's main error_log
and not to the actual virtual server's error_log where other errors go.
This might have been fixed. I still run the same build of mp2 (because
it works) but I
[Forwarded from "[EMAIL PROTECTED]" <[EMAIL PROTECTED]>]
Hello,
In response to :
Kurt George Gjerde wrote:
> BTW: I've fixed my "can't coerce GLOB to string" problem I had last
week.
> Was unrelated to mod_perl (sorry). It seems XML::LibXSLT produced some
> errors which went straight to STDERR.
Kurt George Gjerde wrote:
On Wed, 26 Feb 2003, Stas Bekman wrote:
use threads;
use threads::shared;
why do you need to load threads? Do you plan to spawn your own threads?
No, they're not supposed to be there.
### TRANSFORM
my $results;
eval {
$results = $stylesheet->transform($document)
On Wed, 26 Feb 2003, Stas Bekman wrote:
> > use threads;
> > use threads::shared;
>
> why do you need to load threads? Do you plan to spawn your own threads?
No, they're not supposed to be there.
> > ### TRANSFORM
> > my $results;
> > eval {
> > $results = $stylesheet->transform($docume
Kurt George Gjerde wrote:
Hi,
I get a "Can't coerce GLOB to string"-error for every new thread that is
started (mp2). I have no idea why this happens (or even what this error
actually means).
The module is included below (line producing the error is marked "ERROR
HERE"). Error happens for every ne