Hi there,
I need HELP! Please, I build a Flex 3 Application using Flash Remoting using CF 8,
Apache and MS-SQL Server 2005, have been working fine for the last year, until Thursday when then hosting provider upgrade to CF 9.01:
Any time I try to access one of my components (CFC) I receive a this message:
“Unable to invoke CFC - Invalid CFML construct found on line 1 at column 1”
Above a simple example of one component, when I call from Flex, I receive from Flex the same Error Message:
<cfcomponent output="false">
<cffunction name="testConnect" access="remote" returntype="string"output="false">
<cfset myResult="foo">
<cfreturn myResult>
</cffunction>
</cfcomponent>
I really need your help…
best regards