Page 1 of 1

Reminder Plugins issure

Posted: 22 Sep 2023, 09:25
by kevin_kuo
[root@mantisbt-test scripts]# php bug_reminder_mail.php
APPLICATION ERROR #401: Database query failed. Error received from database was #1054: Unknown column 'mantis_bug_table.project_id' in 'where clause' for the query: select bugs.id, bugs.handler_id, bugs.project_id, bugs.priority, bugs.category_id, bugs.status, bugs.severity, bugs.summary from mantis_bug_table bugs JOIN mantis_bug_text_table text ON (bugs.bug_text_id = text.id) where status in (20) and due_date<=1696237797 and handler_id<>0 and mantis_bug_table.project_id IN (0) order by mantis_bug_table.project_id,handler_id.
[root@mantisbt-test scripts]#

I don't understand why this is happening...

Re: Reminder Plugins issure

Posted: 22 Sep 2023, 12:48
by cas
would you mind posting this on https://github.com/mantisbt-plugins/Reminder
I will then look into it.
My first analysis already gave me some ideas :mrgreen:

Re: Reminder Plugins issure

Posted: 25 Sep 2023, 16:47
by cas
Hi Kevin,
you can find a new version (2.20) on https://github.com/mantisbt-plugins/Reminder
Please raise new issues/remarks/request there as well.