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. [Solved] Internal error with cost plugins

[Solved] Internal error with cost plugins

Added by Carlos R Laguna over 10 years ago

UPDATE: It work after i run RAILS_ENV=“production” bundle exec rake assets:precompile, now everything is ok. Thanks for the help

I sucefully install openproject 3.0.13 in ubuntu 14.04 production enviorement using puma and nginx with mariadb but aftert install the cost plugins i got “Internal error” every time that i open any project.

Instaled plugins

OpenProject Costs
OpenProject Plugins
An OpenProject plugin to create cost reports
OpenProject Translations

using ES locales

any help will be great. Regards


Replies (3)

RE: Internal error with cost plugins - Added by Robin Wagner over 10 years ago

Hi Carlos,

does the list of plugins above reflect the order in your Gemfile.plugins?
There is a known error that putting the costs plugin below certain other plugins (especially backlogs) may cause an internal error:

https://www.openproject.org/topics/2041?board_id=9&r=2104#message-2104

If this should not resolve the problem, could you please create a bug report in the Bug Backlog
Please include information regarding the version of OpenProject you are using, the plugins you have installed and the exact steps you take to cause this error.
You can follow the guideline on reporting a bug.

Best,
Robin

RE: Internal error with cost plugins - Added by Carlos R Laguna over 10 years ago

Thanks for the reply, this is how look my Gemfile.plugins right now.

gem “openproject-plugins”, :git => “https://github.com/opf/openproject-plugins.git”, :branch => “stable”
gem “openproject-pdf_export”, git: “https://github.com/finnlabs/openproject-pdf_export.git”, :branch => “stable”
gem “openproject-costs”, git: “https://github.com/finnlabs/openproject-costs.git”, :branch => “stable”
gem “pdf-inspector”, “~>1.0.0”, :group => :test
gem “reporting_engine”, git: “https://github.com/finnlabs/reporting_engine.git”, :branch => “stable”
gem “openproject-reporting”, git: “https://github.com/finnlabs/openproject-reporting.git”, :branch => “stable”
gem “openproject-translations”, :git => ‘https://github.com/opf/openproject-translations.git’, :branch => ‘stable’
gem “openproject-backlogs”, git: “https://github.com/finnlabs/openproject-backlogs.git”, :branch => “stable”

and it seem that it not solve the problem. Should i report a bug, there is a way the more debug from the app? Thanks for your time and regards.

EDIT. Backlog plugins it wasn’t installed until now that you mention it.

RE: [Solved]Internal error with cost plugins - Added by Robin Wagner over 10 years ago

Hi Carlos,

yes it would be great if you could open a bug report as described above.

I had a very quick look at it with the list of plugins you provided and I could go to different projects without any problems. (I tested it in development mode, though).

Best,
Robin

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