Hi, I wonder if there is anyone who could answer this...

I have an AxKit installation that has worked fine up until now. I just
added this to my httpd.conf

'AxAddOutputTransformer  DynaImg::Transformer'

And this perl module to my path:

package DynaImg;
sub Transformer {
  my $line = shift;
  $line =~ s/<dynamicimage><\/dynamicimage>/<dynaimgWorked\/>/;
  return $line;
}
1;

Now I get a server error and this in my error log:

Can't call method "no_cache" on an undefined value at
/usr/local/lib/perl5/site_perl/i386-linux-thread-multi/AxKit.pm line
817.

I'm using the csv version of AxKit as of about two weeks ago.

Any ideas what's wrong?

My Thanks in advance.

Adam



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

Reply via email to