奇怪的 Facebooker 插件 & Pushion Passenger ModRails 生产错误
我有一个应用程序(Rails 2.3.5),我正在使用最新的 Phushion Passenger/Apache Module 2.2.11 版本将其部署到生产 Linux/Apache 服务器。部署我的原始应用程序后,它返回 500 错误,并且没有记录到生产日志。
因此,我创建了一个最小的测试轨道应用程序,其中有一些对数据库的活动记录调用,以将对象列表打印到主控制器/我的索引页。我还清除了所有插件。这在生产环境中运行良好。然后我一一介绍了我正在使用的每个插件。
除了 facebooker 之外,每个插件都可以正常工作。每次我将 facebooker 插件加载到我的 app/vendor/plugins 目录(通过脚本 git 等)时,我的测试应用程序就会中断(500 错误 - 无错误记录)。每次我删除 facebooker 插件时,我的测试应用程序都会工作。
有人以前见过这个/有任何解决方案吗?我看到了这个解决方案,但没有在Facebook 代码。
I have an application (Rails 2.3.5) that I'm deploying to production Linux/Apache server using the latest Phushion Passenger/Apache Module 2.2.11 version. After deploying my original application, it returns a 500 error with no logging to production log.
So I created a minimal test rails application, with some active record calls to the database to print out a list of objects to the home controller/my index page. I also cleared out all plugins. That works fine in the production environment. Then I one by one introduced each plugin that I'm using one at a time.
Every plugin works fine EXCEPT facebooker. Every time I load the facebooker plugin into my app/vendor/plugins directory (via script git etc) my test application break (500 error - no error logging). Everytime I remove the facebooker plugin my test application works.
Has anyone seen this before/ have any solutions? I saw this solution but didn't see it in the facebooker code.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您是否为生产环境添加了 Facebook 凭据?
Did you add Facebook credentials for production environment?