Actions
Defect #27753
closedCouldn't add watcher to an existing issue
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
Start date:
Due date:
% Done:
0%
Estimated time:
Resolution:
Invalid
Affected version:
Description
Hi all,
I need some help on why i couldn't add a watcher to an existing issue.
Below are the log from upon the error happen:
I, [2017-12-07T18:05:09.968115 #25008] INFO -- : Started GET "/watchers/new.html?object_id=9945&object_type=issue" for 115.135.56.205 at 2017-12-07 18:05:09 +0800 I, [2017-12-07T18:05:09.969757 #25008] INFO -- : Processing by WatchersController#new as HTML I, [2017-12-07T18:05:09.969866 #25008] INFO -- : Parameters: {"object_id"=>"9945", "object_type"=>"issue"} I, [2017-12-07T18:05:10.010421 #25008] INFO -- : Current user: xxx (id=xxx) W, [2017-12-07T18:05:10.025527 #25008] WARN -- : Missing template, responding with 404 I, [2017-12-07T18:05:10.026238 #25008] INFO -- : Rendered common/error.html.erb (0.1ms) I, [2017-12-07T18:05:10.026427 #25008] INFO -- : Completed 404 Not Found in 56ms (Views: 0.5ms | ActiveRecord: 39.0ms)
Below is my redmine details:
Environment: Redmine version 3.4.3.stable Ruby version 2.1.5-p273 (2014-11-13) [x86_64-linux-gnu] Rails version 4.2.8 Environment production Database adapter Mysql2 SCM: Mercurial 3.1.2 Filesystem Redmine plugins: no plugin installed
Actions