alexbevi / redmine_knowledgebase

A knowledgebase plugin for Redmine
452 stars 199 forks source link

Incompatible with Redmine 3.4 #359

Open wate opened 6 years ago

wate commented 6 years ago

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?

mspears1 commented 5 years ago

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