Project

General

Profile

Feature #27831 » 27831-error-log.txt

Error log (ActionView::Template::Error) - Go MAEDA, 2018-01-05 04:25

 
1
Started GET "/projects/ecookbook/repository/changes/subversion_test/helloworld.c" for 127.0.0.1 at 2018-01-05 03:17:42 +0000
2
Processing by RepositoriesController#changes as HTML
3
  Parameters: {"id"=>"ecookbook", "path"=>"subversion_test/helloworld.c"}
4
  SQL (12.0ms)  UPDATE "tokens" SET "updated_on" = '2018-01-05 03:17:42.114666' WHERE "tokens"."user_id" = ? AND "tokens"."value" = ? AND "tokens"."action" = ?  [["user_id", 1], ["value", "cef3f583e65974e60c841862560eb6315f6de06a"], ["action", "session"]]
5
   (0.2ms)  SELECT MAX("settings"."updated_on") FROM "settings"
6
  User Load (0.2ms)  SELECT  "users".* FROM "users" WHERE "users"."type" IN ('User', 'AnonymousUser') AND "users"."status" = ? AND "users"."id" = ? LIMIT ?  [["status", 1], ["id", 1], ["LIMIT", 1]]
7
  Current user: admin (id=1)
8
  Project Load (0.3ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."identifier" = ? LIMIT ?  [["identifier", "ecookbook"], ["LIMIT", 1]]
9
  Repository Load (0.3ms)  SELECT  "repositories".* FROM "repositories" WHERE "repositories"."project_id" = ? AND "repositories"."is_default" = ? LIMIT ?  [["project_id", 1], ["is_default", "t"], ["LIMIT", 1]]
10
   (0.2ms)  SELECT "enabled_modules"."name" FROM "enabled_modules" WHERE "enabled_modules"."project_id" = ?  [["project_id", 1]]
11
Shelling out: 'svn' list --xml 'file:////Users/maeda/redmines/redmine-trunk/tmp/test/subversion_repository/subversion_test'@HEAD --no-auth-cache --non-interactive
12
Found 5 entries in the repository for 'file:////Users/maeda/redmines/redmine-trunk/tmp/test/subversion_repository/subversion_test'
13
Shelling out: 'svn' log --xml -r HEAD:1 --no-auth-cache --non-interactive --limit 100 'file:////Users/maeda/redmines/redmine-trunk/tmp/test/subversion_repository/subversion_test/helloworld.c'
14
  Changeset Load (0.4ms)  SELECT "changesets".* FROM "changesets" WHERE "changesets"."repository_id" = ? AND "changesets"."revision" IN ('8', '4') ORDER BY committed_on DESC  [["repository_id", 10]]
15
  Repository Load (0.2ms)  SELECT "repositories".* FROM "repositories" WHERE "repositories"."id" = 10
16
  User Load (0.2ms)  SELECT "users".* FROM "users" WHERE "users"."type" IN ('User', 'AnonymousUser') AND "users"."id" = 3
17
Shelling out: 'svn' proplist --verbose --xml 'file:////Users/maeda/redmines/redmine-trunk/tmp/test/subversion_repository/subversion_test/helloworld.c'@HEAD --no-auth-cache --non-interactive
18
  Rendering repositories/changes.html.erb within layouts/base
19
  Rendered repositories/_navigation.html.erb (7.0ms)
20
  Rendered repositories/_breadcrumbs.html.erb (3.2ms)
21
  Rendered common/_tabs.html.erb (6.0ms)
22
  Rendered repositories/_link_to_functions.html.erb (8.2ms)
23
  Project Load (0.3ms)  SELECT  "projects".* FROM "projects" WHERE "projects"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
24
  UserPreference Load (0.2ms)  SELECT  "user_preferences".* FROM "user_preferences" WHERE "user_preferences"."user_id" = ? LIMIT ?  [["user_id", 1], ["LIMIT", 1]]
25
  Issue Load (0.3ms)  SELECT  "issues".* FROM "issues" INNER JOIN "projects" ON "projects"."id" = "issues"."project_id" WHERE (projects.status <> 9 AND EXISTS (SELECT 1 AS one FROM enabled_modules em WHERE em.project_id = projects.id AND em.name='issue_tracking')) AND "issues"."id" = ? LIMIT ?  [["id", 2], ["LIMIT", 1]]
26
  IssuePriority Load (0.2ms)  SELECT  "enumerations".* FROM "enumerations" WHERE "enumerations"."type" IN ('IssuePriority') AND "enumerations"."id" = ? ORDER BY "enumerations"."position" ASC LIMIT ?  [["id", 5], ["LIMIT", 1]]
27
  IssueStatus Load (0.2ms)  SELECT  "issue_statuses".* FROM "issue_statuses" WHERE "issue_statuses"."id" = ? LIMIT ?  [["id", 2], ["LIMIT", 1]]
28
  Group Load (0.3ms)  SELECT "users".* FROM "users" INNER JOIN "groups_users" ON "users"."id" = "groups_users"."group_id" WHERE "users"."type" IN ('Group', 'GroupBuiltin', 'GroupAnonymous', 'GroupNonMember') AND "groups_users"."user_id" = ?  [["user_id", 1]]
29
  Tracker Load (0.2ms)  SELECT  "trackers".* FROM "trackers" WHERE "trackers"."id" = ? LIMIT ?  [["id", 2], ["LIMIT", 1]]
30
  Rendered repositories/_revisions.html.erb (30.3ms)
31
  Token Load (0.2ms)  SELECT  "tokens".* FROM "tokens" WHERE "tokens"."user_id" = ? AND (action='feeds') LIMIT ?  [["user_id", 1], ["LIMIT", 1]]
32
  Rendered repositories/changes.html.erb within layouts/base (61.8ms)
33
Completed 500 Internal Server Error in 177ms (ActiveRecord: 15.9ms)
34

    
35

    
36

    
37
ActionView::Template::Error (unable to convert unpermitted parameters to hash):
38
    22: <% end %>
39
    23:
40
    24: <% other_formats_links do |f| %>
41
    25:   <%= f.link_to 'Atom', :url => params.merge({:key => User.current.rss_key}) %>
42
    26: <% end %>
43
    27:
44
    28: <% html_title(l(:label_change_plural)) -%>
45

    
46
lib/redmine/views/other_formats_builder.rb:26:in `merge'
47
lib/redmine/views/other_formats_builder.rb:26:in `link_to'
48
app/views/repositories/changes.html.erb:25:in `block in _app_views_repositories_changes_html_erb___3745583827616173410_70126154703040'
49
app/helpers/application_helper.rb:526:in `other_formats_links'
50
app/views/repositories/changes.html.erb:24:in `_app_views_repositories_changes_html_erb___3745583827616173410_70126154703040'
51
lib/redmine/sudo_mode.rb:63:in `sudo_mode'
(2-2/4)