Hello, hopefully someone can help me with this headache I have.
I'm currently running Drupal 6 and am trying to integrate AMFPHP so I can do some stuff with Adobe Flex.
Anyway, I downloaded the AMPHP module and the other required modules.
I go to my domain/admin/build/services and see the following expected data: Servers
* AMFPHP - /services/amfphp
* XMLRPC - /services/xmlrpc
Per instructions I click on AMFPHP and get presented the following data
amfphp and this gateway are installed correctly. You may now connect to this gateway from Flash.
Note: If you're reading an old tutorial, it will tell you that you should see a download window instead of this message. This confused people so this is the new behaviour starting from amfphp 1.2.
View the amfphp documentation
Load the service browser
However, when clicking "Load the service browser" I am presented the following error:
warning: require_once(modules/amfphp/amfphp/globals.php) [function.require-once]: failed to open stream: No such file or directory in modules/amfphp/amfphp.module on line 43.
Any ideas?