I get the error:
fault >> [FaultEvent fault=[RPC Fault faultString="Send failed" faultCode="Client.Error.MessageSend" faultDetail="Channel.Connect.Failed error NetConnection.Call.Failed: HTTP: Failed: url: 'http://www.mysite.com/amfphp/gateway.php'"] messageId="6E75CFD2-91FF-EF97-FB4F-9AC19CE2A6C1" type="fault" bubbles=false cancelable=true eventPhase=2
This happens after I log into the flash platform on my system. I am unsure why it is being displayed. When I try to access http://www.mysite.com/amfphp/gateway.php directly, I get:
The requested URL /amfphp/gateway.php was not found on this server.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
This is what I received in my php Logs: Invalid configuration settings: [sf_error_404_module] "default", [sf_error_404_action] "error404"
I am using Symfony as my framework. Please help