I'm going crazy here...
I keep getting a dreaded "invalid reply from server" alert from my ajaxcfc call. What's bugging the heck out of me is that I have no way of seeing what is going on. Everything works perfectly until I try to cfmodule index.cfm inside my CFC. We use Fusebox, and I want to capture the output of a fuseaction with cfsavecontent and eventually return the html output as a string. I tried putting in a try/catch with a cfmail to myself to see what the error is, but the cfcatch code is never ran. Even if I return an arbitrary string to the ajaxcfc call, I get an "Invalid reply from server" error when I try to cfmodule index.cfm. If I take the cffunction out of the CFC and run it elsewhere, it runs great with no errors. I am using the setDebugMode(), but no debug.html file is written when it errors. No help at all! Even if no one has a clue what is causing my specific weird problem, I'm hoping someone out there knows how to "see" what is going on inside of the blasted CFC that ajaxcfc is calling to know what error is happening. Thanks all! ~Brad ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by your peers, delivered to your door four times a year. http://www.fusionauthority.com/quarterly Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:247566 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

