New Rails installation - no such file to load — phusion_passenger/alalytics_logger

≡放荡痞女 提交于 2019-12-20 04:22:34

问题


I just installed Ruby on Rails on my server and keep getting the following error when I view the page.

Error Message:
     No such file to load -- phusion_pasenger/analytics_logger

Current Installation:

  • Ubuntu 10.04 64
  • Apache 2
  • RVM 1.5.2
  • Ruby 1.8.7 EE
  • Rails 3.0.5
  • Passenger 3

回答1:


Mongus Pong's answer came in while I was typing the same thing about permissions.

Check into the PassengerUser and PassengerUserSwitching directives to setup the appropriate users and permissions. http://www.modrails.com/documentation/Users%20guide%20Apache.html#PassengerUserSwitching

More specific info here regarding how these directives operate: http://www.modrails.com/documentation/Users%20guide%20Apache.html#user_switching




回答2:


I believe this is a permissions problem. Does the user have access to the phusion_pasenger folder?



来源:https://stackoverflow.com/questions/5487522/new-rails-installation-no-such-file-to-load-phusion-passenger-alalytics-log

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!