Project

General

Profile

knowledgebase plugin is installed according to 'script/about' but is not installed according to 'administration -> plugins' inside redmine

Added by Ronny Feicht almost 11 years ago

Hi,
OS: debian wheezy (upgrade from squeeze)
redmine 1.4.4 installed through 'apt-get dist-upgrade'
rails --version: Rails 2.3.14
MySQL: Server version: 5.5.31-0+wheezy1 (Debian)

RAILS_ENV=production script/about:
NOTE: Gem.source_index is deprecated, use Specification. It will be removed on or after 2011-11-01.
Gem.source_index called from /usr/share/redmine/vendor/rails/railties/lib/rails/gem_dependency.rb:21.
/usr/lib/ruby/vendor_ruby/active_support/inflector.rb:3:in `<top (required)>': iconv will be deprecated in the future, use String#encode instead.
About your application's environment
Ruby version 1.9.3 (x86_64-linux)
RubyGems version 1.8.23
Rack version 1.4
Rails version 2.3.14
Active Record version 2.3.14
Active Resource version 2.3.14
Action Mailer version 2.3.14
Active Support version 2.3.14
Application root /usr/share/redmine
Environment production
Database adapter mysql
Database schema version 20120301153455

About your Redmine plugins
Bots filter 1.02
Knowledgebase 1.0.0
Redmine Wiki Extensions plugin 0.4.0

problem description:
I did an upgrade to my OS from debian squeeze to wheezy thereby moving from redmine version 0.98 to 1.4.4. I deleted old plugin folders, copied the newer knowledge base plugin version 1.0.0 (https://github.com/alexbevi/redmine_knowledgebase) into /usr/share/redmine/vendor/plugins. Then I did 'rake db:migrate_plugins RAILS_ENV=production' which gave this output:
(in /usr/share/redmine)
NOTE: Gem.source_index is deprecated, use Specification. It will be removed on or after 2011-11-01.
Gem.source_index called from /usr/share/redmine/vendor/rails/railties/lib/rails/gem_dependency.rb:21.
Migrating engines...
Migrating acts_as_activity_provider...
Migrating acts_as_attachable...
Migrating acts_as_customizable...
Migrating acts_as_event...
Migrating acts_as_list...
Migrating acts_as_searchable...
Migrating acts_as_tree...
Migrating acts_as_versioned...
Migrating acts_as_watchable...
Migrating awesome_nested_set...
Migrating classic_pagination...
Migrating gravatar...
Migrating open_id_authentication...
Migrating prepend_engine_views...
Migrating redmine_bots_filter...
Migrating redmine_knowledgebase...
Migrating redmine_wiki_extensions...
Migrating rfpdf...

As posted above, script/about says the plugin installed ok, but in redmine the knowledgebase link is missing and in 'Administration -> Plugins' only "Bots filter 1.02" and "Redmine Wiki Extensions plugin 0.4.0" are listed.

Can somebody please help me get knowledgebase plugin to work again?


Replies (1)

RE: knowledgebase plugin is installed according to 'script/about' but is not installed according to 'administration -> plugins' inside redmine - Added by Ronny Feicht almost 11 years ago

Problem solved: I had to chown -R www-data.www-data redmine_knowledgebase in /usr/share/redmine/vendor/plugins/ to get it working again.

    (1-1/1)