Hello
I'm having issues with the Mail Notify plugin and the mail queue.
I have a user who's been getting the same email repeatedly.
I tracked down the issue to sys/CODOF/Forum/Notication/MailQueue.php
on line 43:
$qry = 'DELETE FROM ' . PREFIX . 'codo_mail_queue WHERE id IN (' . $_ids . ')';
I believe the PREFIX
or the codo_
should be there, but not both.
I also seem to be having an issue where none of my users are getting notified of posts, but I need to look into my mail logs to track that one down.
Hello
I'm having issues with the Mail Notify plugin and the mail queue.
I have a user who's been getting the same email repeatedly.
I tracked down the issue to `sys/CODOF/Forum/Notication/MailQueue.php` on line 43:
````
$qry = 'DELETE FROM ' . PREFIX . 'codo_mail_queue WHERE id IN (' . $_ids . ')';
````
I believe the `PREFIX` or the `codo_` should be there, but not both.
I also seem to be having an issue where none of my users are getting notified of posts, but I need to look into my mail logs to track that one down.