idnex.cfm を実行しようとすると、「含まれているテンプレートが見つかりませんでした」というエラーが表示されます。CF admin マッピングを使用する必要がありますが、さまざまなファイルにそのようなエラーが多数あります。では、問題を解決する簡単な方法はありますか?
Full error message:
Could not find the included template spiderBlock.cfm.
Note: If you wish to use an absolute template path (for example, template="/mypath/index.cfm") with CFINCLUDE, you must create a mapping for the path using the ColdFusion Administrator. Or, you can use per-application settings to specify mappings specific to this application by specifying a mappings struct to THIS.mappings in Application.cfc.
Using relative paths (for example, template="index.cfm" or template="../index.cfm") does not require the creation of any special mappings. It is therefore recommended that you use relative paths with CFINCLUDE whenever possible.