<html><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div><div>On Sep 17, 2008, at 10:33 AM, Bruno Antunes wrote:</div><blockquote type="cite"><div dir="ltr">I sent an example of the errors in Apache's error_log, it was like this:<br><br>[Wed Sep 17 18:30:18 2008] [notice] Apache/2.2.3 (CentOS) configured -- resuming normal operations<br>[info] *** Request 1 (0.143/s) [30709] [Wed Sep 17 18:30:24 2008] ***<br> [debug] "GET" request for "/" from "<a href="http://10.137.9.24">10.137.9.24</a>"<br>[debug] Rendering template "<a href="http://index.tt">index.tt</a>"<br>[error] Couldn't render template "file error - <a href="http://index.tt">index.tt</a>: not found"<br> [error] Couldn't render template "file error - <a href="http://index.tt">index.tt</a>: not found"<br>[info] Request took 0.066461s (15.046/s)</div></blockquote><br></div><div><blockquote type="cite">Not very helpful, was hoping Catalyst could be more verbose.<br></blockquote></div><div><br></div><div>If software could debug itself there would be no bugs. The error in that batch seems pretty clear: Couldn't render template "file error - <a href="http://index.tt">index.tt</a>: not found"</div><div><br></div><div>Looks like you either don't have an "index.tt" or you have the INCLUDE_PATH set badly in your TT stuff.</div><div><br></div>-Ashley<div><br></div></body></html>