WPIntell

Source evidence

Bad SQL query when importing from mailpoet with custom prefix

Newsletter – Send awesome emails from WordPress · support · 2026-03-07T17:52:00+00:00

complaintsentiment
mediumseverity
0.68relevance
1replies
Evidence linked to opportunitycommercial context

Proof Health

Open evidence

Commercial opportunities need traceable source links before they are treated as build-worthy.

6 / 36 rows with source links

16.7% of this page's analysis has direct source links.

0 build-decision rows missing links

0 rows here require auditable proof before promotion.

30 rows with no attached evidence

0 rows have source counts but still need direct links.

Conversation

support
Gerkin resolved
Inspecting wp-content/plugins/newsletter-import/plugin.php , L780, v1.6.0 . $wpdb->prefix . "mailpoet_subscribers sub INNER JOIN wp_mailpoet_subscriber_segment seg ON sub.id = seg.subscriber_id" The join closure does not reuse the custom DB prefix, causing import to fail. I think it should be . $wpdb->prefix . "mailpoet_subscribers sub INNER JOIN ". $wpdb->prefix . "mailpoet_subscriber_segment seg ON sub.id = seg.subscriber_id This topic was modified 2 months, 3 weeks ago by Gerkin . Hello @gerkin , thanks for your feedback. I’ve passed this to our devs, I’ll get back to you as soon as possible. Michael

Comments

1 shown
Michael Travan 2026-03-10T15:52:00+00:00

Hello @gerkin , thanks for your feedback. I’ve passed this to our devs, I’ll get back to you as soon as possible. Michael