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)
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
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.
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