我完全按照本教程进行操作。
如何从 PHP 中使用 Blob 服务
现在这在我的本地主机上非常酷。但是当我将其部署到 Azure 时,相同的配置集和所有配置都停止工作。
最糟糕的是,在 azure 上启用错误报告后我得到的错误信息是
HTTP Error 500.0 - Internal Server Error
没有别的!
请帮忙。!
请求标头:
GET /index.php/api/blobtest HTTP/1.1
主机:eduora-staging.azurewebsites.net
连接:keep-alive
缓存控制:max-age=0
接受:text/html,application/xhtml+xml, application/xml;q=0.9,image/webp, / ;q=0.8
User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko)
Chrome/30.0.1599.101 Safari/537.36
Accept-编码:gzip,deflate,sdch
接受语言:en-US,en;q=0.8
Cookie:ARRAffinity=f5105030b49455c354a66ad349ab75b57b342f0a8b721d229021b4f0df2e5a15;
WAWebSiteSID=3f247e6be7204ef5a21d5ff5a2248389
响应标头:
HTTP/1.1 500 内部服务器错误
内容长度:499
内容类型:text/html
服务器:Microsoft-IIS/8.0
X-Powered-By:PHP/5.3.19
DWAS-Handler-Name:PHP53_via_FastCGI
X-Powered -作者:ASP.NET
X-Powered-By:ARR/2.5
X-Powered-By:ASP.NET
日期:2013 年 10 月 21 日星期一 18:48:12 GMT
我可以查看@php_errors.log,上面写着 [21-Oct-2013 11:20:22 America/Los_Angeles] PHP 致命错误:找不到类“WindowsAzure\Common\ServicesBuilder”。
但是这个类是从 localhost 正确链接的!