[Catalyst] problem deploying with apache: templates not found

Andreas Marienborg omega at palle.net
Wed Oct 11 12:04:31 CEST 2006


Does the folder below your root/ have the Makefile.PL?

Its used to determine the home-folder of the application, so if thats  
missing, you probably get the wrong home folder, and thus the wrong  
paths to the templates.


andreas


On 11. okt. 2006, at 11.48, 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 ?
>
> Thanks and regards,
> Marc
>
>
> _______________________________________________
> List: Catalyst at lists.rawmode.org
> Listinfo: http://lists.rawmode.org/mailman/listinfo/catalyst
> Searchable archive: http://www.mail-archive.com/ 
> catalyst at lists.rawmode.org/
> Dev site: http://dev.catalyst.perl.org/

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.rawmode.org/pipermail/catalyst/attachments/20061011/ca610ff7/attachment.htm 


More information about the Catalyst mailing list