alexbevi / redmine_knowledgebase

A knowledgebase plugin for Redmine
453 stars 197 forks source link

[Error 500] when remove the other plugin [Redmine People plugin] #309

Closed hello2jack closed 8 years ago

hello2jack commented 8 years ago

After i remove the plugin Redmine People plugin, Knowledge show below error message Mysql2::Error: Table 'redmine.taggings' doesn't exist: SHOW FULL FIELDS FROM taggings

image

alexbevi commented 8 years ago

@hello2jack this is because both plugins are using a tagging library, and removing one will purge the taggings table the other needs. This is a known issue, and sadly there's no "easy" solution yet.