Open eximius313 opened 6 years ago
On Redmine 3.3.2.stable
it worked fine. Now I have 3.4.6.stable
so maybe this is the problem?
See issue https://github.com/sciyoshi/redmine-slack/issues/57
I had same problem: settings template not found. In my case it was because the plugin directory name was "redmine-slack" and not "redmine_slack". It's documented in README.md.
@antitoine you're right! I indeed had redmine/plugins/redmine-slack
directory.
Changed to redmine/plugins/redmine_slack
, restarted server and it's working.
Thanks!
You can close this. ;)
I just cloned this plugin, invoked
bundle install
, restarted apache and I can seeRedmine Slack
underPlugins
page. Unfortunatelly when I click onConfigure
(which leads tohttps://redmine.myurl.com/settings/plugin/redmine_slack
) I get404
The page you were trying to access doesn't exist or has been removed.
Can you please fix it?