zuinqstudio / cmis_4_redmine_2

Redmine 2.x Cmis Plugin
Other
12 stars 5 forks source link

Plugin still not working or redmine not correct #3

Closed bsmithi closed 11 years ago

bsmithi commented 11 years ago

Hi, I still can't figure out how to get started with the plugin. Sorry if the questions are more redmine related. Plugin is installed /home/vhost/redmine/plugins and redmine in /home/vhost/redmine

I see the plugin in administration->plugins but when I click configure I get the following error: ActionView::Template::Error (Missing partial settings/cmis_settings with {:locale=>[:en], :formats=>[:html], :handlers=>[:rsb, :erb, :builder, :rjs]}. Searched in:

Besides this error I don't see the tables the plugin should create in my database. I think this has to do with the following command: rake redmine:plugins:migrate NAME=redmine_cmis RAILS_ENV=development I also tried various variations like db:migrate/db:migrate_plugins. VERSION=0 and RAILS_ENV=production.

Thanks in advance! Martin

bsmithi commented 11 years ago

Yes! Finally it works (I think so ;-) ) It seemed you have to call the plugin directory like the pluginname. So i renamed plugins/cmis_4_redmine_2 to plugins/redmine_cmis. Then redmine:plugins:migrate works and the settings in the admin section also.