任何 PHP oAuth 代码都会导致 500 内部服务器错误
可能与服务器有关。我使用的是 EC2 bitnami LAMP 堆栈。我尝试过 Zend、官方 oauth.net 库等。只是这些文件导致 500 内部服务器错误。
我使用的代码是谷歌提供的简单示例。 http://pastebin.com/C3dZ55UK
我的服务器上的日志没有关于这些特定文件的任何信息。
有什么想法吗?
Probably something do with the server. I'm on the EC2 bitnami LAMP stack. I've tried Zend, the official oauth.net library, etc. Just those files lead to 500 internal server error.
The code I'm using is the simple example provided by google.
http://pastebin.com/C3dZ55UK
The logs on my server didn't have anything about these particular files.
Any ideas?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在文件顶部添加错误日志记录:
它可能依赖于 allow_furl_open 可能会被关闭。
Add error logging on the top of your file:
It might be dependent on allow_furl_open which might be switched off if you're on shared hosting.