Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error rendering with Redmine 1.4.2 #14

Open
rhunnicutt opened this issue May 16, 2012 · 0 comments
Open

Error rendering with Redmine 1.4.2 #14

rhunnicutt opened this issue May 16, 2012 · 0 comments

Comments

@rhunnicutt
Copy link

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)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant