You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
root@redmine:/opt/bitnami/apps/redmine/htdocs/plugins# RAILS_ENV=production bundle exec rake redmine_digest:send_daily
(in /opt/bitnami/apps/redmine/htdocs)
2016-05-20 11:07:51 -0300 Send daily digests.
2016-05-20 11:07:51 -0300 Found 1 rules.
2016-05-20 11:07:51 -0300 1 / 1 Sending daily digest [1] to [email protected]
2016-05-20 11:07:52 -0300 Failed to send digest with error: ActiveRecord::StatementInvalid Mysql2::Error: Unknown column 'projects.status' in 'where clause': SELECT issues.* FROM issues WHERE (issues.id in (6903,6938,6642,6635,6609,6610,6611,6654,6943,6901,6658,6936,6939,6940,6941,6942)) AND (projects.status <> 9 AND projects.id IN (SELECT em.project_id FROM enabled_modules em WHERE em.name='issue_tracking'))
root@redmine:/opt/bitnami/apps/redmine/htdocs/plugins# cd redmine_digest/
I need help
The text was updated successfully, but these errors were encountered:
root@redmine:/opt/bitnami/apps/redmine/htdocs/plugins# RAILS_ENV=production bundle exec rake redmine_digest:send_daily
(in /opt/bitnami/apps/redmine/htdocs)
2016-05-20 11:07:51 -0300 Send daily digests.
2016-05-20 11:07:51 -0300 Found 1 rules.
2016-05-20 11:07:51 -0300 1 / 1 Sending daily digest [1] to [email protected]
2016-05-20 11:07:52 -0300 Failed to send digest with error: ActiveRecord::StatementInvalid
Mysql2::Error: Unknown column 'projects.status' in 'where clause': SELECT
issues
.* FROMissues
WHERE (issues.id in (6903,6938,6642,6635,6609,6610,6611,6654,6943,6901,6658,6936,6939,6940,6941,6942)) AND (projects.status <> 9 AND projects.id IN (SELECT em.project_id FROM enabled_modules em WHERE em.name='issue_tracking'))root@redmine:/opt/bitnami/apps/redmine/htdocs/plugins# cd redmine_digest/
I need help
The text was updated successfully, but these errors were encountered: