ColdFusion · Exception

MissingInclude: a cfinclude, cfmodule, or custom tag referenced a file that does not exist

What does MissingInclude: a cfinclude, cfmodule, or custom tag referenced a file that does not exist mean in ColdFusion?

The template file named in a cfinclude, cfmodule, or custom tag call could not be found at the path given.

MissingInclude: a cfinclude, cfmodule, or custom tag referenced a file that does not existAdobe ColdFusion · Lucee

Condition

The template file named in a cfinclude, cfmodule, or custom tag call could not be found at the path given.

Fix

Check the path is correct relative to where ColdFusion resolves includes from (which is not always the calling template's own directory), and confirm the file was actually deployed to that path in this environment.

Pending source verification. Not yet checked against official documentation.

Related exception