I posted this last week and I din't receive any answer.
Please, any hint will be appreciated. Let me know if I
need to provide more information.

Hi. I want to use the Axkit and Mason. Mason runs fine,
but I got this error when I try to access to an AxKit page:

[AxKit] [Error] Can't use an undefined value as an ARRAY reference at
/usr/local/web07/perl/lib/site_perl/5.8.6/i686-linux/Apache/AxKit/Provider.pm
line 282.\n
[AxKit] From:
/usr/local/web07/perl/lib/site_perl/5.8.6/i686-linux/Apache/AxKit/Exception.pm
: 9

This is the latest packages and built from sources:

apache_1.3.33
mod_perl-1.29
perl-5.8.6
AxKit/1.62
HTML::Mason 1.28

Any hint will be appreciated. Thank you very much.

This is part of the config:

<Location /xml/share/>
~  PerlModule Apache::Filter
~  PerlModule AxKit

~  SetHandler perl-script
~  PerlSetVar Filter On
~  AxProvider Apache::AxKit::Provider::Filter
~  PerlHandler HTML::Mason AxKit
~  AxAddStyleMap application/x-xpathscript
~  Apache::AxKit::Language::XPathScript AxAddStyleMap text/xsl
Apache::AxKit::Language::LibXSLT

~  AxDebugLevel 0
~  AxNoCache On
~  AxAddOutputTransformer My::Transformer
~  AxTranslateOutput On
~  AxOutputCharset iso-8859-1
~  PerlSetVar AxXPSInterpolate 1
</Location>

This is the filter added in the handler.pl :

~  sub handler
~  {
~    my ($r) = @_;
~    $r = $r->filter_register();


Any hint will be appreciated. Thank you very much.

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



Reply via email to