Forum OpenACS Development: Includes no longer break the entire page

As per numerous requests from Joel, I've made a simple change to the templating system, so components included using either the INCLUDE tag or the INCLUDE-OPTIONAL tag no longer break the entire page, should they contain an error.

Now they will instead include a snippet containing the path to the template and the error message. The server error log will contain the entire stacktrace.

This makes development with OpenACS much more robust overall.

/Lars