任何 PHP oAuth 代码都会导致 500 内部服务器错误

发布于 2024-12-12 01:24:59 字数 253 浏览 0 评论 0原文

可能与服务器有关。我使用的是 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

萌辣 2024-12-19 01:24:59

在文件顶部添加错误日志记录:

error_reporting(E_ALL | E_STRICT);

它可能依赖于 allow_furl_open 可能会被关闭。

Add error logging on the top of your file:

error_reporting(E_ALL | E_STRICT);

It might be dependent on allow_furl_open which might be switched off if you're on shared hosting.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文