I am getting the strangest CFC error on the code below (and all cfc's
I have on this site).  They work in development but not in production.
 Any ideas what is going on?

Code:
<cfcomponent name="test">
  <cffunction access="remote" name="out" >
    <cfdump var="#server#">
  </cffunction>
</cfcomponent>


URL:
http://www.mountvernonsquare.org/test.cfc?method=out

Error:
The system has attempted to use an undefined value, which usually
indicates a programming error, either in your code or some system
code.

Null Pointers are another name for undefined values.

Cheers,

Sam

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:235428
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to