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
Thanks for making this plugin, i've encountered a bug in the admin system which throws an sql error when you try using the search filter Latest Status. To recreate the issues go to the Email Activity admin page and enter Failed into the Latest Status and hit search.
Should see this message generated in logs
"SQLSTATE[42S22]: Column not found: 1054 Unknown column 'current_status' in 'where clause', query was: SELECT COUNT(*) FROM `mailgun_email_tracking` AS `main_table`
LEFT JOIN `mailgun_email_tracking_event` AS `me1` ON main_table.id = me1.email_id
LEFT JOIN `mailgun_email_tracking_event` AS `me2` ON (main_table.id = me2.email_id AND (me1.timestamp < me2.timestamp OR me1.timestamp = me2.timestamp AND me1.id < me2.id)) WHERE (me2.id IS NULL) AND (`current_status` LIKE '%Failed%')";
Let me know if you need any more info.
The text was updated successfully, but these errors were encountered:
@chuckdrew This times out for me.
In table mailgun_email_tracking_event there are 20+ identical rows for a single event: for 484 emails there are 624,066 events.
Thanks for making this plugin, i've encountered a bug in the admin system which throws an sql error when you try using the search filter Latest Status. To recreate the issues go to the Email Activity admin page and enter Failed into the Latest Status and hit search.
Should see this message generated in logs
Let me know if you need any more info.
The text was updated successfully, but these errors were encountered: