Added by Chiara Canavera over 15 years ago
I never installed a redmine plugin before.
I downloaded the budget plugin, extracted in /vendor/plugins, done "rake db:migrate_plugins"
Rake aborted with error Table 'redmine.plugin_schema_info' doesn't exist
Redmine version is 0.8.1
I have to do something before installing the plugin? I have to create the table myself?
Thanks
Did you run rake db:migrate
first? Rails Engines should have setup the plugin_schema_info table for you.
Eric
you're absolutely right. thank you.