On Sep 17, 2008, at 10:33 AM, Bruno Antunes wrote:
I sent an example of the errors in Apache's error_log, it was like this:

[Wed Sep 17 18:30:18 2008] [notice] Apache/2.2.3 (CentOS) configured -- resuming normal operations
[info] *** Request 1 (0.143/s) [30709] [Wed Sep 17 18:30:24 2008] ***
[debug] "GET" request for "/" from "10.137.9.24"
[debug] Rendering template "index.tt"
[error] Couldn't render template "file error - index.tt: not found"
[error] Couldn't render template "file error - index.tt: not found"
[info] Request took 0.066461s (15.046/s)

Not very helpful, was hoping Catalyst could be more verbose.


If software could debug itself there would be no bugs. The error in that batch seems pretty clear: Couldn't render template "file error - index.tt: not found"

Looks like you either don't have an "index.tt" or you have the INCLUDE_PATH set badly in your TT stuff.

-Ashley

_______________________________________________
List: Catalyst@lists.scsys.co.uk
Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst
Searchable archive: http://www.mail-archive.com/catalyst@lists.scsys.co.uk/
Dev site: http://dev.catalyst.perl.org/

Reply via email to