Hi everyone

This is my first post here.

I'm trying to use the Coldspring Plugin for Mach-ii but I'm getting this
error. I checked my AppManager object and there is no such method in it. I'm
using Mach-ii 1.1. Do I need to upgrade to 1.5 to use the plugin?

Bryan

The method 'getModuleName' could not be found in component
D:\Inetpub\wwwroot\MachII\framework\AppManager.cfc.
Check to ensure that the method is defined, and that it is spelled
correctly.

The error occurred in
D:\Inetpub\wwwroot\coldspring\machii\ColdspringPlugin.cfc: line 142
Called from D:\Inetpub\wwwroot\MachII\framework\PluginManager.cfc: line 80
Called from D:\Inetpub\wwwroot\MachII\framework\AppManager.cfc: line 39
Called from D:\Inetpub\wwwroot\MachII\framework\AppFactory.cfc: line 109
Called from D:\Inetpub\wwwroot\MachII\framework\AppLoader.cfc: line 65
Called from D:\Inetpub\wwwroot\MachII\mach-ii.cfm: line 56
Called from D:\Inetpub\wwwroot\flexcomm3\index.cfm: line 1

140 :
141 :         <!--- Get the parent props if in modules --->
142 :         <cfif getAppManager().getModuleName() NEQ ''>
143 :             <cfset StructAppend(props, pm.getParent().getProperties(),
false) />
144 :         </cfif>

Reply via email to