Error Method when I install a CRM plugin (light)
Added by Cédric PERRAULT almost 11 years ago
Dear all,
I try to install redmine_contact_3_2_12-light and I 've this message:
rake aborted!
undefined method `find_all_by_name' for Gem::Specification:Class
/opt/redmine/plugins/redmine_contacts/lib/redmine_contacts.rb:54
/opt/redmine/plugins/redmine_contacts/init.rb:105
/opt/redmine/lib/redmine/plugin.rb:130:in `load'
/opt/redmine/lib/redmine/plugin.rb:121:in `each'
/opt/redmine/lib/redmine/plugin.rb:121:in `load'
/opt/redmine/config/initializers/30-redmine.rb:12
/opt/redmine/config/environment.rb:14
/opt/redmine/lib/tasks/redmine.rake:52
Tasks: TOP => redmine:plugins:migrate => environment
I update the rake version to 10.1.1 and i've the same problem.
Do you have any way to solve this problem.
Best regards
Replies (2)
RE: Error Method when I install a CRM plugin (light) - Added by Kirill Bezrukov (RedmineUP) almost 11 years ago
Try to comment this line /opt/redmine/plugins/redmine_contacts/lib/redmine_contacts.rb:54
RE: Error Method when I install a CRM plugin (light) - Added by Cédric PERRAULT almost 11 years ago
I try your solution and it's ok.
We try another solution (updating ruby 1.8 to 1.9.3) and my problem is solve without comment.
Thank you for your help.
Best regards.