Re: Debugging AMF call

2013-03-07 Thread Rick Root
Nope, and if you google "amfRequest" "cc is not defined" you'll actually see a lot of others. No errors are logged by coldfusion, and as I said, I put a right before the and that works. *AND* the http status code is 200 - a CF error would normally throw a 500. I think my issue is that the AMF

Re: Debugging AMF call

2013-03-06 Thread Cameron Childress
On Wed, Mar 6, 2013 at 3:25 PM, Rick Root wrote: > and "amf response" tabs, but the amf request just says "cc is not defined" > and the amf response says "missingResponse" > Use Charles to view the entire AMF reply: http://www.charlesproxy.com/ Smells like CF is throwing an error of "cc is not

Debugging AMF call

2013-03-06 Thread Rick Root
As you may know, I've recently migrated our web server from CF8 to CF10. have an old app that I wrote with Flash MX 2004 =) The /flashservices request was erroring with a 404, but with this advice ( http://inflagrantedelicto.memoryspiral.com/2012/12/flashservicesgateway-and-coldfusion-10/) to g