Skip to content

Error rendering with Redmine 1.4.2 #14

@rhunnicutt

Description

@rhunnicutt

Applied the plugin with redmine 1.4.2 but received an error displaying the project page:

from production.log

ActionView::TemplateError (No route matches {:controller=>"time_entries", :action=>"index"}) on line #11 of vendor/plugins/cforce-projects_tree_view-285ec18/app/views/projects/index.rhtml:
8: <%= link_to(l(:label_project_new), {:controller => 'projects', :action => 'new'}, :class => 'icon icon-add') + ' |' if User.current.admin? %>^M
9: <% end %>^M
10: <%= link_to(l(:label_issue_view_all), { :controller => 'issues' }) + ' |' if User.current.allowed_to?(:view_issues, nil, :global => true) %>^M
11: <%= link_to(l(:label_overall_spent_time), { :controller => 'time_entries' }) + ' |' if User.current.allowed_to?(:view_time_entries, nil, :global => true) %>^M
12: <%= link_to l(:label_overall_activity), { :controller => 'activities', :action => 'index' }%>^M
13: ^M
14: ^M

vendor/plugins/cforce-projects_tree_view-285ec18/app/views/projects/index.rhtml:11:in `_run_rhtml_vendor47plugins47cforce45projects_tree_view45285ec1847app47views47projects47index46rhtml'
/usr/local/lib/ruby/1.8/webrick/httpserver.rb:104:in `service'
/usr/local/lib/ruby/1.8/webrick/httpserver.rb:65:in `run'
/usr/local/lib/ruby/1.8/webrick/server.rb:173:in `start_thread'
/usr/local/lib/ruby/1.8/webrick/server.rb:162:in `start'
/usr/local/lib/ruby/1.8/webrick/server.rb:162:in `start_thread'
/usr/local/lib/ruby/1.8/webrick/server.rb:95:in `start'
/usr/local/lib/ruby/1.8/webrick/server.rb:92:in `each'
/usr/local/lib/ruby/1.8/webrick/server.rb:92:in `start'
/usr/local/lib/ruby/1.8/webrick/server.rb:23:in `start'
/usr/local/lib/ruby/1.8/webrick/server.rb:82:in `start'

Rendering /opt/redmine-1.4/public/500.html (500 Internal Server Error)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions