[Catalyst] Help! Need help deploying app to Apache
Ashley
apv at sedition.com
Wed Sep 17 18:52:54 BST 2008
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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.scsys.co.uk/pipermail/catalyst/attachments/20080917/9e9be3f0/attachment.htm
More information about the Catalyst
mailing list