I have been working through the example at http://www.adobe.com/devnet/flex/articles/drupal_02.html, but all I have been able to get is this error message.

fault: [RPC Fault faultString="Send failed" faultCode="Client.Error.MessageSend" faultDetail="Channel.Connect.Failed error NetConnection.Call.Failed: HTTP: Status 403: url: 'http://localhost/services/amfphp'"]

I have the latest services.module, amfphp.module and amfphp 1.9b2. I have compiled in my services-config.xml with the correct endpoint uri. I have clean ur's working. I have tried it both on my localhost and on a remote site. I am logged into the site as user 1. I can see the "amfphp and this gateway are installed correctly..." message at localhost/services/amfphp. I can do a node.load at services/browse/node.load.

It all works fine in FireFox 2.0.0.13 (with Flash 9.0 r115), but I can't get past this error with IE 7 and Flash FlDbg9f.ocx

Thanks for any tips.

Comments

starbow’s picture

Ok, it is definitely a Flash version issue. IE 7 with Flash FlDbg9e.ocx works fine.

starbow’s picture

Status: Active » Closed (fixed)

Confusing. I updated to the latest version of flash (9.0 r124) and things seem to be working now, but it is also possible I just needed to have a user login in IE. Anyway, moving on...

starbow’s picture

Oh, I also changed the endpoint uri to http://localhost/services/amfphp/gateway.php, which might have helped as well.