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:
 
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@lists.rawmode.org
Listinfo: http://lists.rawmode.org/mailman/listinfo/catalyst
Searchable archive: http://www.mail-archive.com/catalyst@lists.rawmode.org/
Dev site: http://dev.catalyst.perl.org/

Reply via email to