您好我试图使用amfphp但是在我下载了包并解压缩后
我创建了名为ampf.pl
的虚拟主机,但是当我转到ampf.pl/browser
时
我得到了
(mx.rpc::Fault)#0
errorID = 0
faultCode = "Client.Error.MessageSend"
faultDetail = "Channel.Connect.Failed error NetConnection.Call.Failed: HTTP: Failed"
faultString = "Send failed"
message = "faultCode:Client.Error.MessageSend faultString:'Send failed' faultDetail:'Channel.Connect.Failed error NetConnection.Call.Failed: HTTP: Failed'"
name = "Error"
rootCause = (Object)#1
code = "NetConnection.Call.Failed"
description = "HTTP: Failed"
details = "http://ampf.pl/gateway.php/"
level = "error"
编辑:
我使用的是旧版本的amfphp 1.9,它不能在php 5.4下运行,应该是amfphp 2.1
答案 0 :(得分:0)
在Amfphp 2及更高版本中,没有文件这样的“gateway.php”它使用“index.php”。 因此,您必须提供指向解压缩目录的路径。