I dropped the filebrowser in a project that isn’t using ses urls. I went to /index.cfm?event=filebrowser and got the following error. The module is registered and that is the entry point that the modules tab on the debugger gives me. What am I doing wrong ?
Error Messages: Could not find the included template /devicematrix/views/filebrowser.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.