kanzie / Redmine-PDM

A document-revision plugin for redmine
Other
7 stars 1 forks source link

Installdirectory must not be Redmine-PDM #3

Open acke opened 13 years ago

acke commented 13 years ago

If plugin is installed in Redmine-PDM redmine will give this error in Production.log: ActionView::TemplateError (No plugin called 'redmine_pdm' - please use the full name of a loaded plugin.) on line #76 of vendor/plugins/Redmine-PDM/app/views/pdm_documents/index.html.erb:

The plugin should be installed in: redmine_pdm

or the code should be updated to reflect the proper path.

To reproduce: cd $my_app/vendor/plugins/ git clone https://github.com/kanzie/Redmine-PDM rake db:migrate:plugins RAILS_ENV=production cd Redmine-PDM touch ../../../tmp/restart.txt

Internal error 500 if trying to open the doc tab in a redmine project.