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
Started GET "/redmine/projects/MYPROJECT/repository/statistics" for 95.232.76.193 at 2016-07-09 15:49:52 +0200
Processing by RepositoriesController#stats as HTML
Parameters: {"id"=>"MYPROJECT"}
Current user: MYUSER (id=3)
Rendered plugins/redmine_git_hosting/app/views/repositories/statistics/_global.html.haml (16.5ms)
Rendered plugins/redmine_git_hosting/app/views/repositories/stats.html.erb within layouts/base (19.6ms)
Completed 500 Internal Server Error in 63ms (ActiveRecord: 5.7ms)
ActionView::Template::Error (wrong number of arguments(1 for 0)):
1: - report = RepositoryGlobalStats.new(repository).build
2:
3: %ul{ class: 'thumbnails' }
4: - report.each do |key, value|
plugins/redmine_git_hosting/app/views/repositories/statistics/_global.html.haml:1:in `initialize'
plugins/redmine_git_hosting/app/views/repositories/statistics/_global.html.haml:1:in `new'
plugins/redmine_git_hosting/app/views/repositories/statistics/_global.html.haml:1:in `_plugins_redmine_git_hosting_app_views_repositories_statistics__global_html_haml___3253852336449490871_78985780'
plugins/redmine_git_hosting/app/views/repositories/stats.html.erb:20:in `_plugins_redmine_git_hosting_app_views_repositories_stats_html_erb___3236890162697526964_71892460'
lib/redmine/sudo_mode.rb:63:in `sudo_mode'
Hi, the plugin works really well overall, but I'm getting a 500 error when entering the repository Statistics page. The URL is: https://redmine.MYDOMAIN.net/redmine/projects/MYPROJECT/repository/statistics
The logs show:
My system:
I'm using the
devel
branch (@da2fe12).Do you need any other info in order to reproduce the issue?
Thank you very much.
The text was updated successfully, but these errors were encountered: