drewkeller / redmine_digest

A plugin for the Redmine issue tracking system which emails a digest of the project's activity to its members.
Other
29 stars 17 forks source link

Redmine 2.3.0 -->configuration error #40

Open vasudevareddys opened 9 years ago

vasudevareddys commented 9 years ago

configure giving 404 The page you were trying to access doesn't exist or has been removed

marikar commented 9 years ago

The same problem for 2.6.1 stable. Has anyone solved it?

Thank you.

marikar commented 9 years ago

I managed to solve the problem. The directory name of the plugin has to be "redmine_plugin_name" the same way it is defined in the init.rb file.

Then, performing the steps of plugin install (bundle install, rake etc) and restarting the redmine, the plugin is up and running!