Hi, I'm a new user of Catalyst (5.701) and I'm trying to incorporate
Handel (1.00005) into my existing app which is based loosely on the
Catalyst tutorial. I've run the Handel scaffold and set up the
associated tables in the database. However, when I try to go to <a href="http://myapp.domainname.com/cart/add" target="_blank">myapp.domainname.com/cart/add</a> I get the following error.<br><br>Couldn&#39;t render template &quot;file error - cart/default: not found&quot;
<br clear="all"><br>I
checked the permissions of my files and they are correct. The default
Handel templates are located where they&#39;re supposed to in the root/cart
directory. I do have other controllers that render TT templates
correctly as well so TT is working. I finally got the cart to appear
when I added the following code to the end of sub default in <a href="http://cart.pm/" target="_blank">Cart.pm</a>:<br><br>$c-&gt;forward( $c-&gt;view(&#39;TToolkit&#39;) );<br><br>and the cart worked normally. When I proceed to the checkout catalyst dies on line 240 of 
<a href="http://checkout.pm/" target="_blank">
Checkout.pm</a>:<br><br>$c-&gt;forward(&#39;render&#39;);<br><br>and I get the following error:<br><br>Couldn&#39;t render template &quot;file error - checkout/default: not found&quot;<br><br>I
obviously have something wrong with the way my views are set up and I
could use a clearer understanding of how the view mechanism works.
I&#39;ve also found references to similar problems (<a href="http://grokbase.com/topic/2006/08/04/handel-couldn-t-render-template-file-error-cart-add-not-found/UVdMM_5zEb2fAvFXgnmWt7tx5vM">http://grokbase.com/topic/2006/08/04/handel-couldn-t-render-template-file-error-cart-add-not-found/UVdMM_5zEb2fAvFXgnmWt7tx5vM
</a>, <a href="http://www.perl.com/pub/a/2005/11/17/handel.html?page=last">http://www.perl.com/pub/a/2005/11/17/handel.html?page=last</a>) but don&#39;t think they apply to this problem.<br><br>If I can provide any further information on my problem, please let me know and I&#39;ll be happy to provide it.
<br><br>Thanks,<br clear="all"><br>-- <br>Collin Condray<br><a href="http://condray.net">condray.net</a>