> Vadim wrote:
> > from error_log
> > ----------------
> > [Thu Dec 16 19:34:06 2004] [notice] Apache/2.0.52 (Unix) mod_ssl/2.0.52
> > OpenSSL/0.9.7d mod_perl/1.99_18 Perl/v5.8.4 configured -- resuming normal
> > operations
> > [Thu Dec 16 19:34:08 2004] [error] [client 127.0.0.1] Can't locate object
> > method "get_brigade" via package "Apache::Filter"
> > at /usr/local/apache2/cgi-bin/modules//MyApache/MyProxy.pm line 100.\n
> > ----------------
> >
> > why?
>
> Vadim, when you post a question next time please consider giving us some
> more context. Put yourself in our position and think what information
> could be useful to help us to help you. For example in this particular
> case, we probably need to see the relevant parts of the failing code.
>
> My guess is that you didn't load Apache::Filter:
Yes! you are absolutly right! 
but i took code from
http://perl.apache.org/docs/2.0/user/handlers/filters.html#All_in_One_Filter
and in that example there is no "use Apache::Filter" command. So it bepuzzle 
me.
Thanks!!!

>
> % lookup get_brigade
> To use method 'get_brigade' add:
>          use Apache::Filter ();
>
> For more info see:
> http://perl.apache.org/docs/2.0/api/ModPerl/MethodLookup.html

-- 
С уважением,
Суханов Вадим

--
Report problems: http://perl.apache.org/bugs/
Mail list info: http://perl.apache.org/maillist/modperl.html
List etiquette: http://perl.apache.org/maillist/email-etiquette.html

Reply via email to