redmine_knowledgebase icon indicating copy to clipboard operation
redmine_knowledgebase copied to clipboard

Incompatible with Redmine 3.4

Open wate opened this issue 7 years ago • 1 comments

Thanks for useful plugins.

But,this plugin does not work properly with Redmine 3.4.

I created a patch and worked properly in my Redmine 3.4 environment.

Could you please check and merge?

wate avatar Sep 01 '18 11:09 wate

I just tried to install on Redmine 3.4.6 stable. I am very new to Redmine and this is my first plugin. Git clone ran without incident. When I ran Bundle install it complained about being run as root but ran except for The dependency tzinfo-data (>= 0) will be unused by any of the platforms Bundler is installing for. Bundler is installing for ruby but the dependency is only for x86-mingw32, x64-mingw32, x86-mswin32. To add those platforms to the bundle, run bundle lock --add-platform x86-mingw32 x64-mingw32 x86-mswin32. When I ran rake redmine:plugins:migrate NAME=redmine_knowledgebase I got rake aborted! ActiveRecord::StatementInvalid: Mysql2::Error: Table 'redmine_development.schema_migrations' doesn't exist: SELECT version FROM schema_migrations My enviroment is set to production Not development Is this a deal breaker, what is my workaround/fix. Thanks Mike

mspears1 avatar Sep 26 '18 21:09 mspears1