On Saturday 19 January 2002 22:02, Antoine Quint wrote: > [Sat Jan 19 21:37:30 2002] [error] [client 127.0.0.1] [AxKit] From: > D:/programs/bin/perl/site/lib/Apache/AxKit/Exception.pm : 9 > [Sat Jan 19 21:37:30 2002] [error] [client 127.0.0.1] [AxKit] > [Backtrace] AxKit::load_module failed: Can't locate AxKit/XSP/PerForm.pm
Somewhere in your configuration you're adding AxKit::XSP::PerForm, and when AxKit tries to load it it fails. That means AxKit::XSP::PerForm isn't installed, a trip to CPAN solves this :-) -- _______________________________________________________________________ Robin Berjon <[EMAIL PROTECTED]> -- CTO k n o w s c a p e : // venture knowledge agency www.knowscape.com ----------------------------------------------------------------------- Computer games don't affect kids, I mean if pac man affected us as kids, we'd all sit around in a darkened room munching pills and listening to repetitive music. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
