[Catalyst] "Can't locate object method "request"....

Bernard FRIT bernard.frit at gmail.com
Tue Dec 6 16:41:34 CET 2005


When trying to run a working app within
 Apache/1.3.33 (Unix) mod_perl/1.29
Librairie powered by Catalyst 5.60

I got the following error message

[Tue Dec  6 16:26:44 2005] [catalyst] [error] Caught exception in
engine "Can't locate obje
ct method "request" via package "Catalyst::Engine::Apache::MP13" at
/usr/lib/perl5/site_per
l/5.8.7/Catalyst/Engine/Apache/Base.pm line 76."

Here is my mod-perl config :

<Perl>
  use lib qw(/home/livrepnl/www/Librairie/lib);
</Perl>

PerlModule Librairie

     <Location /Librairie>
        SetHandler  perl-script
        PerlHandler Librairie
    </Location>

The app is apparently correctly preloaded but when pointing the browser to :
www.livrepnl.test/Librairie

I got the directory of /home/livrepnl/www/Librairie and the above
error message inbto error_log

Any hints to fix that ?

P.S.
The "test" tld is running within an intranet.
--
Bernard FRIT



More information about the Catalyst mailing list