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. Cost Module crashing work package creation

Cost Module crashing work package creation

Added by William Cornett, PMP over 10 years ago

Cost Module crashing work package creation… Anyone know why?

I had to uninstall it for now, but I need it.

OpenProject 3.0 on Centos 6.5 64 OS running mySQL db.

Thanks,
William Cornett, PMP
ExagoWeb Development Group
www.exagoweb.com


Replies (3)

RE: Cost Module crashing work package creation - Added by Robin Wagner over 10 years ago

Hi William,

do you use the backlogs plugin?
There exists a known bug when using the backlogs plugin in combination with the costs plugin and having the backlogs plugin before the costs plugin the Gemfile.plugin.
There is however a workaround.
Please take a look at the following bug report for more information:

If this should not solve your problem, could you please report a bug in the bug backlog of the costs plugin?
Please state which version of OpenProject you have installed, which plugins you are using and ideally the log message reflecting your error.
You can also take a look at the bug reporting guideline.

Best,
Robin

RE: Cost Module crashing work package creation - Added by William Cornett, PMP over 10 years ago

I figured it out !!!

Simply put Costs as the third gem git and backlogs as the last gem git (See below).

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 ‘openproject-global_roles’, :git => ‘https://github.com/finnlabs/openproject-global_roles.git’, :branch => ‘stable’
gem “openproject-meeting”, :git => “https://github.com/finnlabs/openproject-meeting.git”, :branch => “stable”
gem ‘openproject-my_project_page’, :git => ‘https://github.com/finnlabs/openproject-my_project_page.git’, :branch => ‘stable’
gem ‘openproject-documents’, :git => ‘https://github.com/opf/openproject-documents.git’, :branch => ‘stable’
gem ‘reporting_engine’, :git => ‘https://github.com/finnlabs/reporting_engine.git’, :branch => ‘stable’
gem ‘openproject-help_link’, :git => ‘https://github.com/finnlabs/openproject-help_link.git’, :branch => ‘stable’
gem “openproject-backlogs”, :git => “https://github.com/finnlabs/openproject-backlogs.git”, :branch => ‘stable’

So far so good… I create work packages, and I can open, view and edit work packages. So far no other bugs seem to have been cerated.

RE: Cost Module crashing work package creation - Added by Philipp Tessenow over 10 years ago

Hi William,

it seems like we have a dependency here which shouldn’t exist — sorry for all the trouble!
Thanks for figuring it out.

cheers,
Philipp

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