cdwertmann / recaptcha

Redmine 2.x plugin that adds a recaptcha to the account registration page
11 stars 13 forks source link

Error opening settings page #7

Open gunjanvuliv opened 6 years ago

gunjanvuliv commented 6 years ago

Hi,

Clicking on "Configure" button on plugin page returns 404 with below error.

"You don't have permission to view this page." capture

gunjanvuliv commented 6 years ago

Running Redmine 3.3.0 version and in logs i see below error.

Started GET "/settings/plugin/recaptcha" for **** at 2018-03-23 12:05:09 +0530 Processing by SettingsController#plugin as HTML Parameters: {"id"=>"recaptcha"} Current user: admin (id=1) Rendered settings/plugin.html.erb within layouts/admin (3.2ms) Missing template, responding with 404 Rendered common/error.html.erb within layouts/base (0.3ms) Rendered plugins/a_common_libs/app/views/hooks/a_common_libs/_html_head.html.erb (1.5ms) Rendered plugins/redmine_wiki_extensions/app/views/wiki_extensions/_html_header.html.erb (0.2ms) Rendered plugins/usability/app/views/hooks/usability/_html_head.html.erb (1.5ms) Rendered plugins/redmine_tweaks/app/views/application/_global_html_header.erb (3.4ms)

andrewniesen commented 5 years ago

@gunjanvuliv Did you ever get this issue solved? I am running into the same thing. @cdwertmann Any suggestions?

Running Redmine 3.3.0 version and in logs i see below error.

Started GET "/settings/plugin/recaptcha" for **** at 2018-03-23 12:05:09 +0530 Processing by SettingsController#plugin as HTML Parameters: {"id"=>"recaptcha"} Current user: admin (id=1) Rendered settings/plugin.html.erb within layouts/admin (3.2ms) Missing template, responding with 404 Rendered common/error.html.erb within layouts/base (0.3ms) Rendered plugins/a_common_libs/app/views/hooks/a_common_libs/_html_head.html.erb (1.5ms) Rendered plugins/redmine_wiki_extensions/app/views/wiki_extensions/_html_header.html.erb (0.2ms) Rendered plugins/usability/app/views/hooks/usability/_html_head.html.erb (1.5ms) Rendered plugins/redmine_tweaks/app/views/application/_global_html_header.erb (3.4ms)