Defect #21038
closedInternal error with the Knwledgebase plugin
0%
Description
I have installed the knowledgebase plugin and when I try to access the plugin I get :
Internal error
An error occurred on the page you were trying to access.
If you continue to experience problems please contact your Redmine administrator for assistance.
If you are the Redmine administrator, check your log files for details about the error.
in the log file, I see:
Started GET "/projects/ovh-linux-server-ns344361-ip-94-23-250-eu/knowledgebase/articles" for 77.158.75.212 at 2015-10-21 14:02:45 +0200
Processing by ArticlesController#index as HTML
Parameters: {"project_id"=>"ovh-linux-server-ns344361-ip-94-23-250-eu"}
Current user: dhonore (id=7)
Mysql2::Error: Table 'redmine_31.taggings' doesn't exist: SHOW FULL FIELDS FROM `taggings`
Completed 500 Internal Server Error in 12ms (ActiveRecord: 3.1ms)
ActiveRecord::StatementInvalid (Mysql2::Error: Table 'redmine_31.taggings' doesn't exist: SHOW FULL FIELDS FROM `taggings`):
lib/redmine/sudo_mode.rb:63:in `sudo_mode'
what can I do?
Thanks
Didier