manne has asked for the wisdom of the Perl Monks concerning the following question:

Hi Perl greats, I am pretty much new to catalyst framework and trying some simple implementation of webpages. I get this error when i was trying to go to a page Couldn't render template "sample/sampleexplain.tt: file error - sample/sampleexplain.tt: not found" Trivially i think i did right in placing the template files in root and properly implementing the path action and defining the controller. It would be helpful if i can get help in knowing usually why catalyst is not able to find the file. I know it all depends on the design and how i coded my controller and other stuff.But i am trying to figure it out..but any help is appreciated. ThankYou

Replies are listed 'Best First'.
Re: Catalyst ,template file not found
by Anonymous Monk on Nov 20, 2010 at 02:44 UTC
    Turn on debugging, Dumper the template object so you can see which paths it is searching, and compare to the actual location