[EMAIL PROTECTED] (Joshua Chamas) wrote:
>> [Wed May 31 01:26:44 2000] [error] [asp] [4815] [debug] state
>> 73d41e9eb24306295fa1e2b08f64d311 locks: 9, unlocks: 9
>> [Wed May 31 01:26:44 2000] [error] Can't locate object method "run" via
>> package "Apache" at /usr/lib/perl5/site_perl/5.005/A
>> pache/SSI.pm line 181.
>
>Great problem report.  I appreciate the error_log output with 
>Debug -2.  Apache::ASP is running, and the problem occurs at 
>Apache::SSI in this code:
>
>sub ssi_include {
>    my ($self, $args) = @_;
>    my $subr = $self->find_file($args);
>--> unless ($subr->run == OK) {
>        $self->error("Include of '@{[$subr->filename()]}' failed: $!");
>    }
>    return;
>}

Wow, I just fixed this bug last night!  See if the version at
http://mathforum.com/~ken/modules/Apache-SSI/SSI.pm works any better.

The bug is actually just a bad error message that's triggered when an
<!--#include--> tag doesn't have either of the 'file' or 'virtual'
parameters.  


  -------------------                            -------------------
  Ken Williams                             Last Bastion of Euclidity
  [EMAIL PROTECTED]                            The Math Forum


Reply via email to