southbridgeio / redmine_recurring_tasks

Plugin for creating scheduled tasks from templates
http://www.redmine.org/plugins/redmine_recurring_tasks
MIT License
40 stars 15 forks source link

Error after upgrading Redmine to 3.4.4 #61

Open LufoX11 opened 4 years ago

LufoX11 commented 4 years ago

Hi. I'm getting a fatal error when trying to access to "schedule" menu:

1. image

2. image

3. image

This started to happen after upgrading Redmine. Current version:

image

Any help will be really appreciated. Thank you

olemskoi commented 4 years ago

Hello, Did you run migrations?

LufoX11 commented 4 years ago

This way? (I'm not skilled with Ruby):


RAILS_ENV=production bundle exec rake redmine:plugins:migrate
RAILS_ENV=production bundle exec rake redmine_recurring_tasks:exec
RAILS_ENV=production bundle exec rake tmp:cache:clear tmp:sessions:clear