[Catalyst] problem deploying with apache: templates not found

Matt S Trout dbix-class at trout.me.uk
Wed Oct 11 12:08:07 CEST 2006


Marc Logghe wrote:
> Hi all,
> I tried to deploy my little test application with apache, basically just 
> like indicated here:
> http://www.mail-archive.com/catalyst@lists.rawmode.org/msg01410.html
>  
> Apache starts without errors but when a request is send for 
> http://localhost/pdfjoin, I get the catalyst error dump saying it can 
> not find the template.
> Running the very same application using the test server all works fine.
>  
> The paths for TTSite are configured as shown in the examples:
> __PACKAGE__->config({
> #    CATALYST_VAR => 'Catalyst',
>     INCLUDE_PATH => [
>         posedb->path_to( 'root', 'src' ),
>         posedb->path_to( 'root', 'lib' )
>     ],
>     PRE_CHOMP  => 1,
> ....
>  
> Any clues ?

Can it see the Makefile.PL ?

Have you tried doing "warn posedb->path_to( 'root' )" ?

-- 
      Matt S Trout       Offering custom development, consultancy and support
   Technical Director    contracts for Catalyst, DBIx::Class and BAST. Contact
Shadowcat Systems Ltd.  mst (at) shadowcatsystems.co.uk for more information

+ Help us build a better perl ORM: http://dbix-class.shadowcatsystems.co.uk/ +



More information about the Catalyst mailing list