|
I updated my version of Reactor from SVN, and blew away my
project files, but now when I go to my main page, I get the following error: Variable IsXML is undefined. The error occurred in C:\Inetpub\wwwroot\Reactor\core\object.cfc:
line 177 Called from C:\Inetpub\wwwroot\Reactor\core\object.cfc: line
127 Called from
C:\Inetpub\wwwroot\Reactor\core\objectTranslator.cfc: line 21 Called from
C:\Inetpub\wwwroot\Reactor\core\objectFactory.cfc: line 102 Called from C:\Inetpub\wwwroot\Reactor\reactorFactory.cfc:
line 35 Called from D:\Site
Dev\cornfeed\controller\UserController.cfc: line 12 Called from C:\Inetpub\wwwroot\ModelGlue\ModelGlue.cfc: line
85 Called from
C:\Inetpub\wwwroot\ModelGlue\Core\XMLModelGlueLoader.cfc: line 48 Called from C:\Inetpub\wwwroot\ModelGlue\ModelGlue.cfm: line
12 Called from D:\Site Dev\cornfeed\index.cfm: line 27 175 : <!--- set the field's properties
---> 176 : <cfset xmlField.XmlAttributes["name"]
= arguments.field.getName() /> 177 : <cfif IsXML(fieldTag) AND
StructKeyExists(fieldTag.XmlAttributes, "alias") > 178 : <cfset
xmlField.XmlAttributes["alias"] = fieldTag.XmlAttributes.alias /> 179 : <cfelse> The IsXML function is a new CF7 function, and doesn’t
work in CFMX 6.1. Is this just something that was missed for 6.1 functionality? Cedric |
- [Reactor For CF] Update error Cedric Villat
- Re: [Reactor For CF] Update error Peter J. Farrell
- RE: [Reactor For CF] Update error Cedric Villat
- Re: [Reactor For CF] Update error Jared Rypka-Hauer

