On 5/24/07, John Goulah <[EMAIL PROTECTED]> 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-Apache-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 / [EMAIL PROTECTED]
Campbell, CA
_______________________________________________
List: [email protected]
Listinfo: http://lists.rawmode.org/mailman/listinfo/catalyst
Searchable archive: http://www.mail-archive.com/[email protected]/
Dev site: http://dev.catalyst.perl.org/

Reply via email to