リモートメッセージを転送するためにzendamfを使用しているflex phpプロジェクトに取り組んでいます。Zend Framework をインストールしました。localhost ではすべて正常に動作しますが、サービス php をサーバーに転送すると、「クラスが存在しません!!!」と表示されます。
私の amf_config.ini ファイルには次のプロパティがあります。
[zend]
webroot = /home/myserver/www
zend_path = /home/myserver/www/ZendFramework/library
[zendamf]
amf.production = false
amf.directories[]=services
リモート クラスを呼び出す actionscript 関数には、次のプロパティがあります。
remoteObject.destination = "decoyDestination";
remoteObject.source = "serviceTest";
remoteObject.endpoint = "http://myserver.com/zendtest/gateway.php";
しかし、クラスが存在しないと言われています!!
[RPC Fault faultString="Class "serviceTest" does not exist: Plugin by name 'ServiceTest' was not found in the registry; used paths:
: /home/myserver/www/zendtest/services/"
私はアイデアがなく、本当に疲れ果てています。誰でも私を助けてもらえますか?