Top Menu

Jump to content
Home
    Modules
      • Projects
      • Activity
      • Work packages
      • Gantt charts
      • Calendars
      • Team planners
      • Boards
      • News
    • Getting started
    • Introduction video
      Welcome to OpenProject Community
      Get a quick overview of project management and team collaboration with OpenProject. You can restart this video from the help menu.

    • Help and support
    • Upgrade to Enterprise edition
    • User guides
    • Videos
    • Shortcuts
    • Community forum
    • Enterprise support

    • Additional resources
    • Data privacy and security policy
    • Digital accessibility (DE)
    • OpenProject website
    • Security alerts / Newsletter
    • OpenProject blog
    • Release notes
    • Report a bug
    • Development roadmap
    • Add and edit translations
    • API documentation
  • Sign in
      Forgot your password?

      or sign in with your existing account

      Google

Side Menu

  • Overview
  • Activity
    Activity
  • Roadmap
  • Work packages
    Work packages
  • Gantt charts
    Gantt charts
  • Calendars
    Calendars
  • Team planners
    Team planners
  • Boards
    Boards
  • News
  • Forums

Content

Support Installation & Updates
  1. OpenProject
  2. Forums
  3. Support Installation & Updates
  4. OpenProject 500 error

OpenProject 500 error

Added by Dallas Moore over 10 years ago

So, I just installed the Documents and Meeting plugins, and now whenever I click on the Activity section or Meetings section of a project, I get a OpenProject 500 error.

I’ve looked in the logs, but I don’t see anything that stands out… any ideas?

From production.log:

Started GET "/projects/derp-test-02/news" for \d\d.\d\d.\d\d.\d\d at 2014-10-03 15:51:31 -0500
Processing by NewsController#index as HTML
  Parameters: {"project_id"=>"derp-test-02"}
  Rendered news/index.html.erb within layouts/base (4.8ms)
  Rendered search/_mini_form.html.erb (0.6ms)
  Rendered layouts/_action_menu.html.erb (0.0ms)
Completed 200 OK in 35.1ms (Views: 26.7ms | ActiveRecord: 1.0ms)
Started GET "/projects/derp-test-02/activity" for \d\d.\d\d.\d\d.\d\d at 2014-10-03 15:52:02 -0500
Processing by ActivitiesController#index as HTML
  Parameters: {"project_id"=>"derp-test-02"}
  Rendered /home/openproject/.rvm/gems/ruby-2.1.0/bundler/gems/openproject-meeting-e7a716182955/app/views/hooks/meetings/_activity_index_head.html.erb (1.0ms)
  Rendered activities/index.html.erb within layouts/base (1.3ms)
Completed 500 Internal Server Error in 46.2ms

ActionView::Template::Error (meeting/meeting.css isn't precompiled):
    19:
    20: ++#%>
    21:
    22: <%= stylesheet_link_tag 'meeting/meeting.css' %>
  lib/redmine/hook.rb:127:in `block in render_on'
  lib/redmine/hook.rb:73:in `block (2 levels) in call_hook'
  lib/redmine/hook.rb:73:in `each'
  lib/redmine/hook.rb:73:in `block in call_hook'
  lib/redmine/hook.rb:70:in `tap'
  lib/redmine/hook.rb:70:in `call_hook'
  lib/redmine/hook.rb:174:in `call_hook'
  app/views/activities/index.html.erb:30:in `_app_views_activities_index_html_erb__994475189928386357_87437380'

Replies (1)

RE: OpenProject 500 error - Added by Robin Wagner over 10 years ago

Hi Dallas,

did you run assets:precompile?

RAILS_ENV=production bundle exec rake assets:precompile
  • (1 - 1/1)
Loading...