[Catalyst] Two Strange Catalyst/Apache Issues

Randy J. Ray randy.j.ray at gmail.com
Fri May 25 03:17:29 GMT 2007


On 5/24/07, John Goulah <jgoulah at gmail.com> wrote:

> the above error eems to indicate a problem on line 259.
>
> probably should setup like this:
>
> http://search.cpan.org/~agrundma/Catalyst-Engine-Apache-1.11/lib/Catalyst=
/Engine/Apache/MP13.pm<http://search.cpan.org/%7Eagrundma/Catalyst-Engine-A=
pache-1.11/lib/Catalyst/Engine/Apache/MP13.pm>
>

Sorry, I should have also excerpted my Apache config:

<Perl>
    use lib qw(/.../bylines); # This block only matters when the app is
outside the default Perl areas
</Perl>

PerlModule Bylines    # This is line 259
<Location /bylines>
    SetHandler perl-script
    PerlHandler Bylines
</Location>

The line that is reporting the error is the PerlModule line. And the code
doesn't have any errors in it when it runs under the Catalyst testing
environment. I believe that particular diagnostic line is due to the failed
attempt to load Bylines::Model::DB::Users.

Randy
-- =

Randy J. Ray / randy.j.ray at gmail.com
Campbell, CA
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.scsys.co.uk/pipermail/catalyst/attachments/20070524/763d2=
129/attachment.htm


More information about the Catalyst mailing list