Re: [flexcoders] NetConnection.Call.BadVersion

2006-12-15 Thread Patrick Mineault
That's because you're getting a fatal error from PHP, and therefore the output from php is not valid amf. You can either point to debuggateway.php instead (if you're using amfphp 1.2), or you can install Charles debugging proxy or ServiceCapture to read the error, or you can call your service f

Re: [flexcoders] NetConnection.Call.BadVersion

2006-12-15 Thread Tom Chiverton
On Friday 15 December 2006 09:28, Cameron Ray wrote: > "NetConnection.Call.BadVersion". I've only ever seen this when trying to talking to an endpoint URI that either didn't exist or has a HTTP / HTTPS mixup - is this possible ? -- Tom Chiverton Helping to preemptively improve real-time niches

Re: [flexcoders] NetConnection.Call.BadVersion

2006-12-15 Thread Tom Chiverton
On Friday 15 December 2006 09:28, Cameron Ray wrote: > "NetConnection.Call.BadVersion". I've only ever seen this when trying to talking to an endpoint URI that either didn't exist or has a HTTP / HTTPS mixup - is this possible ? -- Tom Chiverton Helping to preemptively improve real-time niches

[flexcoders] NetConnection.Call.BadVersion

2006-12-15 Thread Cameron Ray
I'm getting some troubs from Flex using AMFPHP remoting. I'll try to make this as brief as possible. I'm receiving the dreaded "NetConnection.Call.BadVersion". It's a simple login service to check a username & password against the mySQL DB. It works fine if I don't try to encrypt the pas