Improve error for missing tags and functions that have been moved to extensions

Description

In Lucee 5 some functionality has been moved off into extensions that are not installed by default, for example cfdocument which requires the PDF extensions. At the moment the output message is something like:

lucee.runtime.exp.TemplateException: undefined tag [cfdocument]

This is not particularly helpful and people might assume that Lucee no longer supports this functionality. Instead this could be enhanced to say something like:

lucee.runtime.exp.TemplateException: undefined tag [cfdocument] - To used this tag you are required to install the PDF extension.

Activity

Show:

Michael Offner 25 January 2016 at 16:20

we have already add this for S3,ORM and the search

Details

Assignee

Reporter

Labels

New Issue warning screen

Before you create a new Issue, please post to the mailing list first https://dev.lucee.org

Once the issue has been verified, one of the Lucee team will ask you to file an issue

Affects versions

Priority

Created 27 November 2015 at 22:04
Updated 27 January 2016 at 17:38

Flag notifications