behigh / redmine_timelog_timer

A simple javascript timer for timelog form
Other
30 stars 21 forks source link

it seemed not support redmine2.1.4? #8

Open archonwang opened 11 years ago

archonwang commented 11 years ago

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:

cforce commented 11 years ago

I have exactly the same prpoblem with redmine 2.1.4 !!

behigh commented 11 years ago

The plugin is installed in timelog_timer dir?

behigh commented 11 years ago

Tested on 2.1.4 and 2.2.0 and work fine for me.

cforce commented 11 years ago

The plugin is installed in timelog_timer dir? Touche. RTFM ;(

hishammalik commented 10 years ago

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.

mikeploeger commented 9 years ago

This repository is no longer actively maintained.

New working version & actively maintained repository: https://github.com/emovere/redmine_timelog_timer/