Open archonwang opened 11 years ago
I have exactly the same prpoblem with redmine 2.1.4 !!
The plugin is installed in timelog_timer dir?
Tested on 2.1.4 and 2.2.0 and work fine for me.
The plugin is installed in timelog_timer dir? Touche. RTFM ;(
had the same issue and all I had to do was to rename the plugin folder from redmine_timelog_timer to timelog_timer.
Actually, the correct thing would be to refactor the plugin name to be redmine_timelog_timer, but for now the above does the trick.
This repository is no longer actively maintained.
New working version & actively maintained repository: https://github.com/emovere/redmine_timelog_timer/
I test it on redmine 2.1.4 and found it does not work. the error is
Started GET "/" for 192.168.3.196 at 2012-12-21 13:37:01 +0800 Processing by WelcomeController#index as HTML Current user: wangshuangying (id=190) Rendered news/_news.html.erb (8.4ms) Rendered welcome/index.html.erb within layouts/base (17.2ms) Rendered plugins/advanced_roadmap/app/views/hooks/_stylesheet.html.erb (0.4ms) Rendered plugins/redmine_cut_tag/app/views/hooks/redmine_cut_tag/_includes.html.erb (0.7ms) Rendered plugins/redmine_improved_searchbox/app/views/redmine_improved_searchbox/_redmine_improved_searchbox_partial.html.erb (0.1ms) Rendered plugins/redmine_private_wiki/app/views/hooks/_html_header.html.erb (0.2ms) Missing template, responding with 404 Rendered common/error.html.erb within layouts/base (0.2ms) Rendered plugins/advanced_roadmap/app/views/hooks/_stylesheet.html.erb (0.5ms) Rendered plugins/redmine_cut_tag/app/views/hooks/redmine_cut_tag/_includes.html.erb (0.7ms) Rendered plugins/redmine_improved_searchbox/app/views/redmine_improved_searchbox/_redmine_improved_searchbox_partial.html.erb (0.1ms) Rendered plugins/redmine_private_wiki/app/views/hooks/_html_header.html.erb (0.1ms) Completed 500 Internal Server Error in 88ms
ActionView::Template::Error (Missing partial timelog/timer with {:locale=>[:zh, :en], :formats=>[:html], :handlers=>[:erb, :builder, :rsb]}. Searched in:
block in render_on' lib/redmine/hook.rb:61:in
block (2 levels) in call_hook' lib/redmine/hook.rb:61:ineach' lib/redmine/hook.rb:61:in
block in call_hook' lib/redmine/hook.rb:58:intap' lib/redmine/hook.rb:58:in
call_hook' lib/redmine/hook.rb:158:incall_hook' app/views/layouts/base.html.erb:14:in
_1228a8285bc6050fcbbf7dd4a481fe8f' app/controllers/application_controller.rb:360:inblock (2 levels) in render_error' app/controllers/application_controller.rb:358:in
render_error' app/controllers/application_controller.rb:346:inrender_404' app/controllers/application_controller.rb:370:in
missing_template'