Project

General

Profile

Actions

Defect #6576

closed

ActionView::TemplateError

Added by Nik Petersen over 14 years ago. Updated over 14 years ago.

Status:
Closed
Priority:
Normal
Assignee:
-
Category:
Issues
Target version:
-
Start date:
2010-10-05
Due date:
% Done:

0%

Estimated time:
Resolution:
Invalid
Affected version:

Description


ActionView::TemplateError (can't convert Symbol into Integer) on line #7 of app/views/issues/_action_menu.rhtml:
4: <% replace_watcher ||= 'watcher' %>
5: <%= watcher_tag(@issue, User.current, {:id => replace_watcher, :replace => ['watcher','watcher2']}) %>
6: <%= link_to_if_authorized l(:button_duplicate), {:controller => 'issues', :action => 'new', :project_id => @project, :copy_from => @issue }, :class => 'icon icon-duplicate' %>
7: <%= link_to_if_authorized l(:button_copy), new_issue_move_path(:id => @issue, :copy_options => {:copy => 't'}), :class => 'icon icon-copy' %>
8: <%= link_to_if_authorized l(:button_move), new_issue_move_path(:id => @issue), :class => 'icon icon-move' %>
9: <%= link_to_if_authorized l(:button_delete), {:controller => 'issues', :action => 'destroy', :id => @issue}, :confirm => (@issue.leaf? ? l(:text_are_you_sure) : l(:text_are_you_sure_with_children)), :method => :post, :class => 'icon icon-del' %>
10: </div>

I keep getting the above error when trying to view an issue. On my on installation. I am using:

  • redmine 1.0.2,
  • passenger (2.2.15),
  • Ruby 1.9.2p0,
  • Rails 3 installed, but modified rails 2.3.5 in vendor/ (forced block of i18n 0.4)
  • Ubuntu Linux 10.04
Actions #1

Updated by Felix Schäfer over 14 years ago

  • Status changed from New to Closed
  • Resolution set to Invalid

See Ruby-xx-Ruby-on-Rails-xx-Rack for the required versions for ruby and rails, see the ruby column.

Actions

Also available in: Atom PDF