[Catalyst] Two Strange Catalyst/Apache Issues
Matt S Trout
dbix-class at trout.me.uk
Fri May 25 04:51:39 GMT 2007
On Thu, May 24, 2007 at 07:17:29PM -0700, Randy J. Ray wrote:
> <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.
Ah, the grand "let's compile everything twice" mod_perl-ism (it's joys like
this that moved me to FastCGI for most stuff :).
Is PerlRequire any better?
--
Matt S Trout Need help with your Catalyst or DBIx::Class project?
Technical Director Want a managed development or deployment platform?
Shadowcat Systems Ltd. Contact mst (at) shadowcatsystems.co.uk for a quote
http://chainsawblues.vox.com/ http://www.shadowcatsystems.co.uk/
More information about the Catalyst
mailing list