redmine_recurring_tasks
redmine_recurring_tasks copied to clipboard
Error after upgrading Redmine to 3.4.4
Hi. I'm getting a fatal error when trying to access to "schedule" menu:
This started to happen after upgrading Redmine. Current version:
Any help will be really appreciated. Thank you
Hello, Did you run migrations?
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