Top Menu

Jump to content
    Global modules

    Global modules

    • Home
    • Projects
    • Activity
    • Work packages
    • Gantt charts
    • Calendars
    • Team planners
    • Boards
    • News
    Home
    Home
Help
    Getting started
    • Introduction video
  • 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

User menu

Sign in
Forgot your password?

or sign in with your existing account

OpenProject ID Google

Side Menu

Collapse project menu

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

Content

Expand project menu
Support Installation & Updates
  1. OpenProject Community
  2. OpenProject
  3. Forums
  4. Support Installation & Updates
  5. [SOLVED] Backlog Plugin 500 Error

[SOLVED] Backlog Plugin 500 Error

Added by Patrick _ about 11 years ago

Hello
First of all thank you for that great product! I have successfully installed an instance of openproject 3.0.8 on Ubuntu 12.04 with MySQL as the database. Additionally I installed the plugin backlog. I can see the plugin in the administration settings and access it’s settings. However when I try to access the backlog page in my project, I receive a 500 error. What could be a possible cause for it?

I run the instance under the rails server command as a daemon in production environment. I have successfully run the rake db migrate command with ruby env production. I cannot find any corresponding entry in the production.log (in fact nothing is written into it when I try to access the page). My Gemfile.plugins:

gem “openproject-plugins”, :git => “https://github.com/opf/openproject-plugins.g
it”, :branch => ‘stable’
gem ‘openproject-pdf_export’, :git => ‘https://github.com/finnlabs/openproject-p
df_export.git’, :branch => ‘stable’
gem “openproject-backlogs”, :git => “https://github.com/finnlabs/openproject-bac
klogs.git”, :branch => ‘stable’

Thanks for any advice!


Replies (1)

RE: Backlog Plugin 500 Error - Added by Patrick _ about 11 years ago

I was able to resolve it, after reinstalling the entire software. I probably forgot to rerun assets precompile.

  • (1 - 1/1)
Loading...