redmine_timesheet_extensions icon indicating copy to clipboard operation
redmine_timesheet_extensions copied to clipboard

New time_entries 404 error

Open tigaszzz opened this issue 13 years ago • 3 comments

Hi,

timelog is returning a 404 after creating a new time entrie in /time_entries/new.

I'm using the newest version of redmine.

tigaszzz avatar Apr 28 '11 15:04 tigaszzz

I have a similar issue after installing the plugin on redmine 1.0. (stable - shipped with Debian 6). When trying to add an amount of time to an existing ticket / activity it tries to access "/timelog/create" withing the project specifig URI that results in a 404 error. Any ideas?

PiotrPan avatar Aug 02 '11 18:08 PiotrPan

We have the issue here in ChiliProject (Redmine fork).

It would be really cool to be able to use this plug-in as it adds functionality I really need.

Thanks to have a look into this.

Here's some extra info I got from my IT-guy.

CentOS release 6.2 (Final) 64bit Apache 2.2.15 Passenger 3.0.11 PHP 5.3.3 MySQL 5.1.52 Ruby Enterprise Edition 1.8.7-2011.12 Rails Gem 2.3.14

The production log:

Processing TimelogController#edit (for 10.0.10.226 at 2012-01-06 00:10:39) [POST] Parameters: {"commit"=>"Save", "authenticity_token"=>"k..A=", "time_entry"=>{"spent_on"=>"2012-01-06", "billed_hours"=>"", "start_minute"=>"0", "activity_id"=>"12", "hours"=>"1", "comments"=>"", "issue_id"=>"4", "end_minute"=>"0", "start_hour"=>"11", "end_hour"=>"12"}, "controller"=>"timelog", "action"=>"edit", "project_id"=>"project-management-tool", "back_url"=>"http%3A%2F%2Fproj.host.com%2Fissues%2F4"} Rendering template within layouts/base Rendering common/error (404) Filter chain halted as [:find_time_entry] rendered_or_redirected. Completed in 14ms (View: 11, DB: 1) | 404 Not Found [http://proj.host.com/projects/project-management-tool/timelog/edit]

bvdaele avatar Jan 06 '12 10:01 bvdaele

Same Issue here...

ChaoticSoul avatar Feb 09 '12 07:02 ChaoticSoul