Cannot find CFML template for custom tag mytag.
ColdFusion attempted looking in the tree of installed custom tags but did not find a custom tag with this name. If you are using per-application custom tag mappings, ensure that per-application settings are enabled by the administrator.
Sample code
<cf_mytag foo="bar" />
Explanation
ColdFusion has gone through all the places it expects to find a custom tag named mytag and has failed to find it.
Submitted by Adrian Lynch on Wednesday 29 October 2008
