As you probably know, NetConnection.Call.BadVersion means that an error was thrown in the php script, usually a syntax error, but your script runs fine on other servers.

I would suspect something in the php config on the server is causing you trouble.

I have the same problem every time I move to a new server because I try and transfer too much info and not enough memory is allocated ro running php scripts on the server.

Check your php.ini

HTH
Pete

gotgoose09 wrote:
I have been running my Flex applications just fine on my local computer and a remote server. I have been tasked with transferring them to a new server. Now whenever I execute a RemoteObject call I get

[RPC Fault faultString="Send failed" faultCode="Client.Error.MessageSend" faultDetail="Channel.Connect.Failed error NetConnection.Call.BadVersion: : url: 'https://server/path/to/gateway.php <https://server/path/to/gateway.php>'"]

I know my PHP code works locally. I know it works on the old server. Even the AMFPHP service browser does not work and gives me the same issue. I know that the gateway.php works since I can view it in a web browser with no errors. I am wondering if the HTTPS is causing the problem, but I'm not sure.

What can I do to solve this or figure out how to solve this? Any help would be greatly appreciated!

- Ben



Reply via email to