This forum is no longer active. Please post your questions to our new community site

Recent Posts by sairam71

Subscribe to Recent Posts by sairam71 5 post(s) found

05 Feb, 2010 05:55 PM
Avatar sairam71 5 post(s)

Topic: Redmine / redmine 0.9.1 released

great work on 0.9.1 release Bitnami team. I might have to hold off on my upgrade till we get an official word on the slowness issue. I will be hosting on Leopard. Thanks.

 
01 Feb, 2010 09:33 PM
Avatar sairam71 5 post(s)

Topic: Redmine / redmine 0.9.1 released

Hi Bitnami Redmine team,
I was wondering what the plans are on updating bitnami redmine stack to 0.9.1. What is usually the turn around time for this via an official installer after the Redmine team releases a new release? Do you also release an updater from 0.8.7 to 0.9.1?
Thank you for your great efforts.

 
23 Jan, 2010 03:34 AM
Avatar sairam71 5 post(s)

Topic: Redmine / rake db:migrate_plugins fails

Perfect! that worked. Thank you for the solution. Now I can use some of those plugins. :)

 
13 Jan, 2010 06:37 PM
Avatar sairam71 5 post(s)

Topic: Redmine / rake db:migrate_plugins fails

any thoughts?

 
08 Jan, 2010 10:39 PM
Avatar sairam71 5 post(s)

Topic: Redmine / rake db:migrate_plugins fails

OS: 10.5.8 PPC
Bitnami 0.8.7-0 redmine stack

I am unable to install most of the redmine plugins because the

rake db:migrate_plugins RAILS_ENV=production

command fails. I have spent a few hours on this and searched all over the internet. hoping there are some answers here.

Here is the output.

=======

(in /Applications/redmine-0.8.7-0/apps/redmine)
rake aborted!
wrong number of arguments (3 for 1)
/Applications/redmine-0.8.7-0/apps/redmine/vendor/plugins/engines/tasks/engines.rake:47:in `task’
/Applications/redmine-0.8.7-0/apps/redmine/vendor/plugins/engines/tasks/engines.rake:47
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/gems/1.8/gems/rake-0.7.3/lib/rake.rb:1571:in `in_namespace’
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/gems/1.8/gems/rake-0.7.3/lib/rake.rb:641:in `namespace’
/Applications/redmine-0.8.7-0/apps/redmine/vendor/plugins/engines/tasks/engines.rake:33
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/gems/1.8/gems/rake-0.7.3/lib/rake.rb:1571:in `in_namespace’
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/gems/1.8/gems/rake-0.7.3/lib/rake.rb:641:in `namespace’
/Applications/redmine-0.8.7-0/apps/redmine/vendor/plugins/engines/tasks/engines.rake:32
/Applications/redmine-0.8.7-0/apps/redmine/vendor/rails/activesupport/lib/active_support/dependencies.rb:503:in `load’
/Applications/redmine-0.8.7-0/apps/redmine/vendor/rails/activesupport/lib/active_support/dependencies.rb:503:in `load’
/Applications/redmine-0.8.7-0/apps/redmine/vendor/rails/activesupport/lib/active_support/dependencies.rb:355:in `new_constants_in’
/Applications/redmine-0.8.7-0/apps/redmine/vendor/rails/activesupport/lib/active_support/dependencies.rb:503:in `load’
/Applications/redmine-0.8.7-0/apps/redmine/vendor/rails/railties/lib/tasks/rails.rb:7
/Applications/redmine-0.8.7-0/apps/redmine/vendor/rails/railties/lib/tasks/rails.rb:7:in `each’
/Applications/redmine-0.8.7-0/apps/redmine/vendor/rails/railties/lib/tasks/rails.rb:7
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require’
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/rubygems/custom_require.rb:27:in `require’
/Applications/redmine-0.8.7-0/apps/redmine/rakefile:10
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/gems/1.8/gems/rake-0.7.3/lib/rake.rb:1940:in `load’
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/gems/1.8/gems/rake-0.7.3/lib/rake.rb:1940:in `raw_load_rakefile’
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/gems/1.8/gems/rake-0.7.3/lib/rake.rb:1727:in `load_rakefile’
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/gems/1.8/gems/rake-0.7.3/lib/rake.rb:1761:in `standard_exception_handling’
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/gems/1.8/gems/rake-0.7.3/lib/rake.rb:1726:in `load_rakefile’
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/gems/1.8/gems/rake-0.7.3/lib/rake.rb:1710:in `run’
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/gems/1.8/gems/rake-0.7.3/lib/rake.rb:1761:in `standard_exception_handling’
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/gems/1.8/gems/rake-0.7.3/lib/rake.rb:1708:in `run’
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/gems/1.8/gems/rake-0.7.3/bin/rake:7
/usr/bin/rake:19:in `load’
/usr/bin/rake:19
===

Thank you for your time.