Weird Facebooker Plugin & Pushion Passenger ModRails Production Error

Posted by Ranknoodle on Stack Overflow See other posts from Stack Overflow or by Ranknoodle
Published on 2010-04-18T21:18:00Z Indexed on 2010/04/18 21:23 UTC
Read the original article Hit count: 357

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.

© Stack Overflow or respective owner

Related posts about ruby-on-rails

Related posts about facebooker