Hi All,

I am having this same problem.  I tried applying the patch (after 
cutting and pasting it from a maillist archive), but the patch kept 
failing.  I finally went in and edited the line myself.  However, I am 
still getting this error.  Is there something I can do different?  Better?


Thanks,


MjM

Maurice Aubrey wrote:
 > > Joshua will likely want a better fix that preserves as
 > much of the path info as possible, but you can try this
 > simple patch against 2.31 that shortens the function name
 > and see if it solves the problem:
 > > --- ASP.pm.orig Mon Feb 18 05:13:08 2002
 > +++ ASP.pm      Mon Feb 18 05:21:42 2002
 > @@ -431,7 +431,7 @@
 > my $id = $file_id.'x'.$self->{compile_checksum};
 > $id =~ s|/+|/|g;
 > $id =~ s/\W/_/g;
 > -       $self->{id} = '__ASP_'.$id;
 > +       $self->{id} = '__ASP_'. md5_hex($id);
 > }
 > > # filtering support
 >



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

Reply via email to