When installing the Redmine Stuff To Do plugin you might get the below error in your browser.
Error:
Internal error
An error occurred on the page you were trying to access.
If you continue to experience problems please contact your redMine administrator for assistance.
Upon further investigation you will probably see another error similar to the below in the production.log under your Redmine installation.
Error:
Processing StuffToDoController#index (for 192.168.1.35 at 2009-04-26 15:20:52) [GET]
Session ID: 9ddea0057ae884a2e91d6fc265ad79c5
Parameters: {“action”=>”index”, “controller”=>”stuff_to_do”}
Rendering template within layouts/base
Rendering stuff_to_do/index
ActionView::TemplateError (No plugin called ‘stuff_to_do_plugin’ – please use the full name of a loaded plugin.) on line #32 of stuff_to_do/index.html.erb:
29:
I received this error because I had the plugin installed under an incorrect directory name. Instead of having stuff_to_do_plugin and I had installed the plugin in the stuff-to-do-plugin directory. The plugin itself is looking for stuff_to_do_plugin so you need to modify your directory to be the same. The directory is located under the redmine-root/vendor/plugins/ Ruby directory where all of the plugins for your Redmine installation will be installed.