Project

General

Profile

Installing plugins problem

Added by Alex TC about 14 years ago

Hello, i have a problem while installing plugins for redmine.
So i made
ruby script/plugin install http://svn.rails-engines.org/engines/tags/rel_2.0.0/
mv vendor/plugins/rel_2.0.0 vendor/plugins/engines
rake db:migrate_plugins RAILS_ENV=production
Then i restart my webrick-server and go to plugins. But there is "No data to display".
Thank you.
redmine-0.8.7


Replies (2)

RE: Installing plugins problem - Added by Marco Gutsche about 14 years ago

Following the install insctruction.

1. If you're using a 0.7.x release, you need to install the Rails engines plugin (make sure to get the Rails 2.0.2 version). As of 0.8.0, Rails engines is included in Redmine, so skip this step unless you're using an older Redmine version.

You needn't to install this plugin because it is already included and won't be listed in the plugin list.

RE: Installing plugins problem - Added by Alex TC about 14 years ago

Thanks. Then is it plugin's bug?

I downloaded redmine-schedule-plugin from git. Then move it to vendors/plugins/ and then

$ rake db:migrate_plugins RAILS_ENV=production --trace
(in /opt/redmine-0.8.7)                                                               
** Invoke db:migrate_plugins (first_time)                                             
** Invoke environment (first_time)                                                    
** Execute environment                                                                
rake aborted!                                                                         
"\237"                                                                                
/opt/redmine-0.8.7/vendor/plugins/gloc-1.1.0/lib/gloc.rb:190:in `iconv'               
/opt/redmine-0.8.7/vendor/plugins/gloc-1.1.0/lib/gloc.rb:190:in `load_localized_strings'
/opt/redmine-0.8.7/vendor/plugins/gloc-1.1.0/lib/gloc.rb:189:in `each'                  
/opt/redmine-0.8.7/vendor/plugins/gloc-1.1.0/lib/gloc.rb:189:in `load_localized_strings'
/opt/redmine-0.8.7/vendor/plugins/gloc-1.1.0/lib/gloc.rb:188:in `open'                  
/opt/redmine-0.8.7/vendor/plugins/gloc-1.1.0/lib/gloc.rb:188:in `load_localized_strings'
/opt/redmine-0.8.7/vendor/plugins/gloc-1.1.0/lib/gloc.rb:175:in `each'                  
/opt/redmine-0.8.7/vendor/plugins/gloc-1.1.0/lib/gloc.rb:175:in `load_localized_strings'
/opt/redmine-0.8.7/config/initializers/30-redmine.rb:4                                  
/opt/redmine-0.8.7/vendor/rails/activesupport/lib/active_support/dependencies.rb:503:in `load'
/opt/redmine-0.8.7/vendor/rails/activesupport/lib/active_support/dependencies.rb:503:in `load'
/opt/redmine-0.8.7/vendor/rails/activesupport/lib/active_support/dependencies.rb:355:in `new_constants_in'
/opt/redmine-0.8.7/vendor/rails/activesupport/lib/active_support/dependencies.rb:503:in `load'            
/opt/redmine-0.8.7/vendor/rails/railties/lib/initializer.rb:484:in `load_application_initializers'        
/opt/redmine-0.8.7/vendor/rails/railties/lib/initializer.rb:483:in `each'                                 
/opt/redmine-0.8.7/vendor/rails/railties/lib/initializer.rb:483:in `load_application_initializers'        
/opt/redmine-0.8.7/vendor/rails/railties/lib/initializer.rb:149:in `process'                              
/opt/redmine-0.8.7/vendor/rails/railties/lib/initializer.rb:97:in `send'                                  
/opt/redmine-0.8.7/vendor/rails/railties/lib/initializer.rb:97:in `run'                                   
/opt/redmine-0.8.7/config/environment.rb:20                                                               
/usr/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in `gem_original_require'                       
/usr/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in `require'                                    
/opt/redmine-0.8.7/vendor/rails/activesupport/lib/active_support/dependencies.rb:510:in `require'         
/opt/redmine-0.8.7/vendor/rails/activesupport/lib/active_support/dependencies.rb:355:in `new_constants_in'
/opt/redmine-0.8.7/vendor/rails/activesupport/lib/active_support/dependencies.rb:510:in `require'         
/opt/redmine-0.8.7/vendor/rails/railties/lib/tasks/misc.rake:3                                            
/usr/lib64/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:636:in `call'                                        
/usr/lib64/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:636:in `execute'                                     
/usr/lib64/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:631:in `each'                                        
/usr/lib64/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:631:in `execute'                                     
/usr/lib64/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:597:in `invoke_with_call_chain'                      
/usr/lib/ruby/1.8/monitor.rb:238:in `synchronize'                                                         
/usr/lib64/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:590:in `invoke_with_call_chain'
/usr/lib64/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:607:in `invoke_prerequisites'
/usr/lib64/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:604:in `each'
/usr/lib64/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:604:in `invoke_prerequisites'
/usr/lib64/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:596:in `invoke_with_call_chain'
/usr/lib/ruby/1.8/monitor.rb:238:in `synchronize'
/usr/lib64/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:590:in `invoke_with_call_chain'
/usr/lib64/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:583:in `invoke'
/usr/lib64/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2051:in `invoke_task'
/usr/lib64/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2029:in `top_level'
/usr/lib64/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2029:in `each'
/usr/lib64/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2029:in `top_level'
/usr/lib64/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2068:in `standard_exception_handling'
/usr/lib64/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2023:in `top_level'
/usr/lib64/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2001:in `run'
/usr/lib64/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2068:in `standard_exception_handling'
/usr/lib64/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:1998:in `run'
/usr/lib64/ruby/gems/1.8/gems/rake-0.8.7/bin/rake:31
/usr/bin/rake:19:in `load'
/usr/bin/rake:19
    (1-2/2)