Skip to content
This repository has been archived by the owner on Dec 21, 2021. It is now read-only.

plugin breaks issues view #13

Open
camous opened this issue Oct 7, 2014 · 1 comment
Open

plugin breaks issues view #13

camous opened this issue Oct 7, 2014 · 1 comment

Comments

@camous
Copy link

camous commented Oct 7, 2014

Hi there,

I've tried to install the plugin onto this environment

    Environment:
      Redmine version                2.4.2.stable
      Ruby version                   1.9.3-p484 (2013-11-22) [x86_64-linux]
      Rails version                  3.2.16
      Environment                    production
      Database adapter               MySQL
    SCM:
      Subversion                     1.8.8
      Filesystem                     
    Redmine plugins:
      redmine_cors                   0.0.1

I've installed the plugin in my redmine plugin folder (where all other plugins)
/usr/share/redmine/lib/plugins

ran the rake command

    /usr/share/redmine# rake db:migrate_plugins RAILS_ENV=production
    Migrating redmine_cors (Redmine CORS)...
    Migrating redmine_image_clipboard_paste (Image Clipboard Paste)...
    Note: The rake task db:migrate_plugins has been deprecated, please use the replacement version redmine:plugins:migrate

but unfortunately, after apache2 restart, I'm getting the following error on rendering (the plugin information showup correctly on admin page)

Processing by IssuesController#new as HTML
  Parameters: {"project_id"=>"ez-billing"}
  Current user: fabien.camous (id=3)
  Rendered issues/_form_custom_fields.html.erb (6.8ms)
  Rendered issues/_attributes.html.erb (58.2ms)
  Rendered issues/_form.html.erb (77.3ms)
  Rendered issues/new.html.erb within layouts/base (80.9ms)
Missing template, responding with 404
  Rendered common/error.html.erb within layouts/base (0.2ms)
Completed 404 Not Found in 179.7ms (Views: 25.5ms | ActiveRecord: 30.8ms)
Started GET "/projects/ez-billing/issues/new" for 172.20.1.26 at 2014-10-07 11:51:09 +0200

I'm not really used to ruby/redmine plugin mecanism (more a sharepoint admin ...) so I'm a little bit lost on the rootcause. Any help, advice would be great. (I have full hand on the system).

many thanks ! hope I will be able to maek it work in order to push more my co-worker using it :)

@ronlinet
Copy link

I believe that this issue belongs to redmine 2.4.2, because it knock out the issue view on the same redmine release on Ubuntu 14.04 server too.
The issue links shows correctly in project listing but when user click on the link system throws a 404 error: => “404 The page you were trying to access doesn't exist or has been removed.”

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants