yyuu / redmine_watcher_groups

Select issue watchers by groups.
MIT License
5 stars 6 forks source link

error 404 when trying to create a new issue #7

Closed yozart closed 10 years ago

yozart commented 10 years ago

Hello,

I got the following error when clicking on "New Issue".

The page you were trying to access doesn't exist or has been removed.

Plugin is visible in the plugin list in redmine, Service has been restarted. Here is what is available in the log file:

Connecting to database specified by database.yml OpenIdAuthentication.store is nil. Using in-memory store. Creating scope :has_module. Overwriting existing method Project.has_module. Creating scope :active. Overwriting existing method Project.active. Creating scope :status. Overwriting existing method Project.status. Creating scope :all_public. Overwriting existing method Project.all_public. Creating scope :visible. Overwriting existing method Project.visible. Creating scope :allowed_to. Overwriting existing method Project.allowed_to. Creating scope :like. Overwriting existing method Project.like. Started GET "/" for 10.148.162.0 at Fri Dec 06 01:22:48 +0100 2013 Processing by WelcomeController#index as HTML Current user: goudot (id=6) Rendered welcome/index.html.erb within layouts/base (296.9ms) Completed 200 OK in 1500ms (Views: 984.4ms | ActiveRecord: 78.1ms) Started GET "/projects/dtd?jump=welcome" for 10.148.162.0 at Fri Dec 06 01:22:59 +0100 2013 Processing by ProjectsController#show as HTML Parameters: {"jump"=>"welcome", "id"=>"dtd"} Current user: goudot (id=6) Rendered projects/_members_box.html.erb (15.6ms) Rendered projects/show.html.erb within layouts/base (62.5ms) Completed 200 OK in 1438ms (Views: 1125.0ms | ActiveRecord: 187.5ms) Started GET "/projects/dtd/issues/new" for 10.148.162.0 at Fri Dec 06 01:23:02 +0100 2013 Processing by IssuesController#new as HTML Parameters: {"project_id"=>"dtd"} Current user: goudot (id=6) Rendered issues/_form_custom_fields.html.erb (546.9ms) Rendered issues/_attributes.html.erb (1203.1ms) Rendered plugins/redmine_screenshot_paste/app/views/issues/_screenshot.html.erb (0.0ms) Rendered issues/_form.html.erb (1296.9ms) Rendered issues/new.html.erb within layouts/base (1328.1ms) Missing template, responding with 404 Rendered common/error.html.erb within layouts/base (0.0ms) Completed 404 Not Found in 2359ms (Views: 31.2ms | ActiveRecord: 46.9ms)

yozart commented 10 years ago

Resolved. When you unzip the plugin, you get the following plugin folder name : redmine_watcher_groups-master

you need to remove the -master part then everything works fine