On Friday, Jul 4, 2003, at 20:57 Europe/London, John Edstrom wrote:

I'm not sure this is the best place to ask questions about specific
packages, but here goes.

I installed the OO provider/plugin package.  It almost works.  A
simple .sxw document generates error code 500.  The provider module
compiles without any problem and passes all three tests.

the specific logged error is:

[AxKit] [Error] Can't coerce GLOB to string in entersub at
        /usr/local/web/Development/lib/Apache/AxKit/Language/LibXSLT.pm
        line 122.

This happens when LibXSLT can't find a file. The easiest way is to enable debugging in LibXSLT by adding this to your httpd.conf/htaccess file:


<Perl>
XML::LibXSLT->debug_callback(sub { warn(@_) });
</Perl>

Then you'll get output in your error log showing exactly why it failed.

Matt.


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to