Fwd: [Catalyst] Apache2 problem
August R. Wohlt
catalyst at isidore.net
Thu Jan 26 23:33:05 CET 2006
Hi Alan!
I just got a very similar error just today while trying to install
Catalyst::Plugin::Static on a new box at home. Tests failed because it can't
find the "request" method. I'm assuming this is supposed to be set by
something in the Catalyst Engine:
[vivalog at bioscribe Catalyst-Plugin-Static-0.10]$ make test
..
[Thu Jan 26 14:23:24 2006] [catalyst] [error] Caught exception in engine
"Can't locate object method "request" via package "Catalyst::Engine::Test"
at /usr/lib/perl5/site_perl/5.8.5/Catalyst/Engine/HTTP/Base.pm line 75."
..
I think the offending line might be something that happens in here:
use Catalyst::Test 'TestApp';
but I haven't had time to go digging through it yet. Maybe a newly uploaded
CPAN module is broken?
:goose
---------- Forwarded message ----------
From: Alan Humphrey <alan.humphrey at comcast.net>
Date: Jan 26, 2006 5:10 PM
Subject: [Catalyst] Apache2 problem
To: catalyst at lists.rawmode.org
I'm getting the following error when I try to load a page under Apache (
2.0.54). I'm running Catalyst 5.62 and everything else **appears** to be up
to date.
Any ideas?
- Alan
[Thu Jan 26 13:58:43 2006] [catalyst] [error] Caught exception in engine
"Can't locate object method "request" via package
"Catalyst::Engine::Apache::MP20" at
/usr/pkg/lib/perl5/site_perl/5.8.0/Catalyst/Engine/Apache/Base.pm line 76,
<DATA> line 225."
Line 76 in Base.pm is in prepare_connection:
74 sub prepare_connection {
75 my $c = shift;
76 $c->request->address( $c->apache->connection->remote_ip );
_______________________________________________
Catalyst mailing list
Catalyst at lists.rawmode.org
http://lists.rawmode.org/mailman/listinfo/catalyst
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.rawmode.org/pipermail/catalyst/attachments/20060126/b11e838b/attachment.htm
More information about the Catalyst
mailing list