You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This seems to be issue #586, but I could not find a fix.
From production.log:
Started DELETE "/repositories/104" for ${IP} at 2017-04-11 16:29:18 +0200
Processing by RepositoriesController#destroy as HTML
Parameters: {"authenticity_token"=>"${token}", "id"=>"104"}
Current user: ${user} (id=5)
Completed 500 Internal Server Error in 352ms (ActiveRecord: 327.5ms)
ActiveRecord::StatementInvalid (Mysql2::Error: Table 'redmine.repository_git_notifications' doesn't exist: SHOW FULL FIELDS FROM `repository_git_notifications`):
app/controllers/repositories_controller.rb:109:in `destroy'
plugins/redmine_git_hosting/lib/redmine_git_hosting/patches/repositories_controller_patch.rb:58:in `destroy_with_git_hosting'
lib/redmine/sudo_mode.rb:63:in `sudo_mode'
The text was updated successfully, but these errors were encountered:
This seems to be issue #586, but I could not find a fix.
From
production.log
:The text was updated successfully, but these errors were encountered: