Defect #18779
closedError: The single-table inheritance mechanism failed to locate the subclass: 'GroupNonMember'
0%
Description
I can't access the project setting page and here is the error log
ActionView::Template::Error (The single-table inheritance mechanism failed to locate the subclass: 'GroupNonMember'. 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 Principal.inheritance_column to use another column for that information.):
Files
Related issues
Updated by zeke lee almost 10 years ago
oh, may be it is ; Yesterday I install redmine by bitnami, and I reinstall the redmine in a new linux machine, and i dump the mysql data to it.
how to fix it ? where is the GroupNonMember in database;
sorry, my english is so poor, thanks!
Updated by Toshi MARUYAMA almost 10 years ago
- Status changed from Needs feedback to Closed
- Resolution set to Invalid
There is no easy way.
Please google "rake db:migrate:down VERSION=".
Updated by Ladislav Nesnera almost 10 years ago
Have you solved this problem? I have the same. :-(
Updated by Toshi MARUYAMA almost 10 years ago
- Has duplicate Defect #19272: Internal error if I try to go to settings of a project-Reg added
Updated by Toshi MARUYAMA almost 10 years ago
- Subject changed from ActionView::Template::Error to The single-table inheritance mechanism failed to locate the subclass: 'GroupNonMember'
Updated by Toshi MARUYAMA almost 10 years ago
- Subject changed from The single-table inheritance mechanism failed to locate the subclass: 'GroupNonMember' to Error: The single-table inheritance mechanism failed to locate the subclass: 'GroupNonMember'
Updated by Martín Tolava over 5 years ago
I fix it following this tutorial
http://blog.daum.net/_blog/BlogTypeView.do?blogid=0ZC9T&articleno=36&categoryId=0http://