256MbTeam / Redmine-Scrumbler

Easy to use plugin for Redmine. It allows users to use the Scrum/Agile process in projects. Scrumbler have interactive dashboard with the ability to configure for each sprint. Plugin adds Scrum Points field in every issue in project. Scrumbler as possible using the standard redmine structure of projects.
GNU General Public License v2.0
112 stars 41 forks source link

Errors after plugin uninstall #55

Closed stf675 closed 12 years ago

stf675 commented 12 years ago

after removing plugin and restarting server the following error produced when clicking on Custom Fields link in admin section

Internal error

An error occurred on the page you were trying to access. If you continue to experience problems please contact your Redmine administrator for assistance.

If you are the Redmine administrator, check your log files for details about the error.

here is log info

Processing CustomFieldsController#index (for xxx.xxx.xxx.xxx at 2012-03-09 15:09:41) [GET] Parameters: {"action"=>"index", "controller"=>"custom_fields"}

ActiveRecord::SubclassNotFound (The single-table inheritance mechanism failed to locate the subclass: 'ScrumblerIssueCustomField'. This error is raised because the column 'type' is reserved for storing the class in case of inheritance. Please rename this column if you didn't intend it to be used for storing the inheritance class or overwrite CustomField.inheritance_column to use another column for that information.): app/controllers/custom_fields_controller.rb:24:in index' config/initializers/mongrel_cluster_with_rails_211_fix.rb:62:indispatch_cgi'

Rendering C:/Program Files/BitNami Redmine Stack131/apps/redmine/public/500.html (500 Internal Server Error)

stf675 commented 12 years ago

Line containing 'ScrumblerIssueCustomField' need to be deleted from 'custom_fields' table in bitnami database