backlogs / redmine_backlogs

A Redmine plugin for agile teams
https://backlogs.github.io/www/
GNU General Public License v2.0
773 stars 460 forks source link

Issue Installing Plug-in #1108

Open ekcolam opened 8 years ago

ekcolam commented 8 years ago

Redmine Version: 2.3.1.stable Ruby Version: 1.9.3

We have had this version of Redmine running for a couple of years now. One of our projects team wanted to add this plug-in to try its Agile capabilities. When trying to install the plug-in, I get the following error:

NoMethodError: undefined method 'plugin_redmine_backlogs' for #<Class:[hex_code]>

The error points to the safe_load method in backlogs_setup.rb:221:

settings = Setting.plugin_redmine_backlogs.dup

I'm unsure what internal problem the the db migration is encountering. Suggestions?