jcppkkk / redmine_mail_reminder

Plugin for Redmine to create different role based reminders for project(s)
53 stars 32 forks source link

Error while opening reminder #92

Open Qu33do opened 7 years ago

Qu33do commented 7 years ago

Dear Developers,

I get an error when i try to see the email reminder in a project.

It looks like this:

Internal error

An error occurred on the page you were trying to access. If you continue to experience problems please contact your Redmine administrator for assistance.

If you are the Redmine administrator, check your log files for details about the error.

Back

The production.log File shows this:

ActiveRecord::StatementInvalid (Mysql2::Error: Table 'bitnami_redmine.mail_reminders' doesn't exist: SELECT mail_reminders.* FROM mail_reminders WHERE mail_reminders.project_id = 92): plugins/redmine_mail_reminder/app/controllers/mail_reminders_controller.rb:10:in index' lib/redmine/sudo_mode.rb:63:insudo_mode'

How can I fix this problem? I use Win 10 and redmine-3.3.2-2.

Thanks in advance!

Qu33do