mavimo / redmine_cors

Redmine plugin to allow external application to use Redmine REST API with cross-origin resource sharing
11 stars 22 forks source link

plugin configuration page redirect to http 404 #1

Open camous opened 10 years ago

camous commented 10 years ago

Hello there,

I'm getting redirected to a 404 page when I'm trying to configure the redmine cors plugin

here the logs

Started GET "/settings/plugin/redmine_cors" for 172.20.1.26 at Wed Aug 27 10:20:28 +0200 2014 Processing by SettingsController#plugin as HTML Parameters: {"id"=>"redmine_cors"} Current user: XXXXXXXXXXXX (id=XXXXXX) Rendered settings/plugin.html.erb within layouts/admin (4.5ms) Missing template, responding with 404 Rendered common/error.html.erb within layouts/base (0.8ms) Completed 404 Not Found in 843ms (Views: 434.8ms | ActiveRecord: 8.6ms)

here my env info

Environment: Redmine version 2.3.1.stable Ruby version 1.8.7 (x86_64-linux) Rails version 3.2.13 Environment production Database adapter MySQL Redmine plugins: redmine_cors 0.0.1

thanks for this nice plugin

camous commented 9 years ago

FYI, still same issue with redmine 3.0.0 :)

Environment: Redmine version 3.0.0.stable.14068 Ruby version 2.2.0-p0 (2014-12-25) [x86_64-linux] Rails version 4.2.0 Environment production Database adapter Mysql2 SCM: Subversion 1.8.8 Filesystem
Redmine plugins: redmine_agile 1.3.8 redmine_cors 0.0.1

mrkm commented 8 years ago

@camous I guess your plugin folder name is redmine_cors-0.0.1.

plugins$ mv redmine_cors-0.0.1 redmine_cors

https://github.com/scrum2b/scrum2b/issues/96#issuecomment-35074809

camous commented 8 years ago

@mrkm no it was correct :) but I forgot to update this ticket but the bug was "resolved" in the meantime, I assume with my redmine version upgrade, currently 3.1.1.stable.14689 image