Forum Replies Created

Viewing 15 replies - 1 through 15 (of 1,019 total)
  • Plugin Support Gui A. a11n

    (@guicmazeredo)

    Hi there @noahsbarks ,

    I’m sorry to hear the issue persists. This is very odd because I confirmed that posts in the Movie and Music category use the same post template, so the form should appear on all posts.

    I’m starting to suspect this is a conflict with another plugin on your website. Could you please perform a conflict test on a staging site to confirm if another plugin is affecting the MailPoet forms display?

    You can find detailed instructions here: How to Test for Theme and Plugin Conflicts

    Let us know your findings!

    Plugin Support Gui A. a11n

    (@guicmazeredo)

    Hi there,

    Thanks for sharing those logs — they’re very helpful!

    The “Invalid date” display in the System Status is actually a secondary symptom. The real issue is in your error logs:

    mss.ERROR: requests-curl.failed with curl_errno: 28 — “Connection timed out after 10001 milliseconds”

    This means your server is unable to reach the MailPoet Sending Service at bridge.mailpoet.com — the connection times out before it can even be established. That’s why your sending queue isn’t processing emails.

    This is a server-level networking issue, not a MailPoet bug. Here’s what I’d recommend:

    Step 1: Try the cURL Options plugin

    Install the Wise Builds cURL Options plugin, which lets you increase the timeout limit for cURL connections. Once installed, go to Settings > cURL Options, click “Add Rule” twice, and create two rules: Host Protocol Option Value your website URL https CURLOPT_TIMEOUT 30 bridge.mailpoet.com https CURLOPT_TIMEOUT 30

    After saving, check if sending resumes.

    Step 2: Contact your hosting provider

    If the plugin above doesn’t help, please reach out to your hosting company and ask them to:

    • Run curl https://bridge.mailpoet.com from your server’s command line to verify the connection works
    • Check if any firewall, security module (e.g., mod_security), or network restriction is blocking outbound HTTPS connections to bridge.mailpoet.com
    • Confirm there are no DNS resolution issues for that domain
    • Ensure the server’s cURL library and PHP version are up to date

    You can share this message with them:

    “cURL requests from my website to https://bridge.mailpoet.com are timing out (cURL error 28, connect_time is 0.0, no IP resolved). Could you please check if there’s a firewall rule, security module, or network restriction blocking outbound HTTPS connections to that domain? Could you also verify DNS resolution for bridge.mailpoet.com from the server?”

    Step 3: Check for plugin conflicts

    If you have any security plugins active (such as WordFence, Sucuri, iThemes Security, or Ninja Firewall), try temporarily deactivating them and testing again. These can sometimes block outgoing connections. You can follow this guide to run a conflict test.

    About the “Invalid date” display: Once the connection issue is resolved and your cron tasks start completing successfully, the System Status timestamps should update to valid dates automatically. If they don’t, let us know and we can help with that as a follow-up.

    For more details, you can also check out our full troubleshooting guide: Sending Does Not Work (Troubleshooting).

    Let us know how it goes!

    Plugin Support Gui A. a11n

    (@guicmazeredo)

    thank you, @salutethepig ! I see that our team is already in touch with you via email, so I’m closing this support thread. Thank you!

    Plugin Support Gui A. a11n

    (@guicmazeredo)

    Hi there,

    Thank you for the helpful reply. Just now, I went to submit a feature request using your provided link and clicking “New Issue,” but received the message, “Issues are disabled for the selected repository. Please select a different repository.” Am I doing this correctly? I don’t know my way around GitHub.

    That’s odd! Are you clicking the Create Post button after typing the Title and Description as shown here? https://d.pr/i/JAVZVI

    Can you try it through a different browser or using a private/incognito browser window?

    Also, if it’s not too much to ask, could you provide that CSS snippet that would hide the popup on my portfolio pages, and where I would insert it (I’m assuming a template)?

    Can you send us the URL of your portfolio page? We’ll take a look at the theme CSS and see if we can help you with that. 🙂

    Thank you!

    Plugin Support Gui A. a11n

    (@guicmazeredo)

    Hi there,

    I’m sorry to hear the issue persists.

    As you’ve been facing this issue for several days, to speed up the troubleshooting process, please contact us via https://www.mailpoet.com/support/sales-pre-sales-questions/ and include a link to this thread.

    Also include a copy of your System Info in MailPoet > Help.

    Thank you!

    Plugin Support Gui A. a11n

    (@guicmazeredo)

    Hi there,

    Thank you for your patience, and I completely understand your frustration — you’re right that the standard list-cleaning advice doesn’t apply here since this is a brand-new setup with no subscriber list to speak of.

    After looking into this more closely on our end, we found that your domain insitepeek.net was being flagged by our automated security screening because it’s a relatively new domain and/or because you have an IP address from your ISP that falls into a poor reputation range (which is very common on shared hostint environments).

    We’ve gone ahead and whitelisted your domain and restored our sending service to your account. If you still can’t send emails, please ensure to click the “Resume sending” button on the MailPoet > Emails page.

    After that, try sending yourself a preview email to confirm everything is working. If your confirmation emails and previews start arriving as expected, you’re all set!

    If you run into any other issues, don’t hesitate to reach out.

    Plugin Support Gui A. a11n

    (@guicmazeredo)

    Hi @getsnoopy,

    Thanks so much for the detailed info — that’s really helpful!

    Looking at your system info, I noticed you have All In One WP Security & Firewall active. Security plugins like this can sometimes interfere with how reCAPTCHA scripts load and communicate with the form, even when there are no visible errors in the console. This could explain why the reCAPTCHA token isn’t being included with the form submission in checkbox mode, and why invisible mode silently fails to fire the request.

    Could you try the following steps?

    Step 1: Rule out a plugin conflict

    Temporarily deactivate All In One WP Security & Firewall, Getwid, and Twentig — then test your shortcode form again with both reCAPTCHA modes. If the form works after that, re-enable them one at a time to identify the culprit.

    Step 2: Run a quick diagnostic

    If the issue persists even with those plugins deactivated, open the page with the shortcode form, press F12 to open the Developer Console, and paste this into the Console tab before submitting the form:

    document.querySelectorAll('.mailpoet_recaptcha_field').forEach(f => console.log('widgetId:', f.value));

    Let us know what value is logged. This will tell us whether the reCAPTCHA widget is being properly initialized on the shortcode-rendered form.

    Step 3: Try the MailPoet Form block as an alternative

    While we investigate, you can work around this by using the MailPoet Form block directly in the block editor instead of the shortcode. In the page editor, click the + button to add a block, search for “MailPoet,” and select your form. This uses a different rendering path and should work with reCAPTCHA enabled.

    Looking forward to hearing how it goes!

    Plugin Support Gui A. a11n

    (@guicmazeredo)

    Hi @cha16,

    Thanks so much for coming back to share what happened — that’s really helpful for others who might run into the same issue!

    It definitely sounds like something changed on the server side during that certificate renewal on April 3. This is a pattern we’ve seen before: certain hosting configurations can block the simplified User-Agent that Apple Mail uses to load images, and server-side changes (like certificate renewals or security rule updates) can sometimes trigger it.

    Glad to hear everything is back to normal, and thanks again for confirming that MailPoet wasn’t the cause. If you ever run into anything else, don’t hesitate to reach out!

    Plugin Support Gui A. a11n

    (@guicmazeredo)

    Hi there,

    Thanks for updating the thread with the solution you found. If the issue returns, I’d recommend following these troubleshooting steps:

    Step 1: Rule out your browser

    Open your site’s wp-admin in an incognito/private browser window (with all extensions disabled) and try editing the form again. Ad-blockers and security extensions are the most common cause of blank MailPoet admin pages — they can block the scripts MailPoet needs to load the editor.

    If the form editor loads fine in incognito, the issue is a browser extension. You can then disable your extensions one by one in your regular browser to identify which one is causing the problem.

    Step 2: Rule out plugin/theme conflicts

    If the issue persists in incognito, the next step is to test for a plugin or theme conflict:

    1. Go to Tools → Site Health → Troubleshooting in your WordPress dashboard and click “Enable Troubleshooting Mode.”
    2. This will temporarily disable all other plugins and switch to a default theme — only for you, not your visitors.
    3. Activate only MailPoet and try editing your form.
    4. If it works, re-enable your theme first, then your other plugins one at a time, testing after each, to find the conflict.

    Here’s MailPoet’s full guide on conflict testing: How to Test for Theme and Plugin Conflicts

    Step 3: Clear your caches

    Since your welcome popup is also showing blank on the front end for visitors, please make sure to clear all caches — your caching plugin, any CDN cache, and your server/hosting cache. Sometimes an older cached version of the page persists after a plugin update.

    Also, please make sure you’re running the latest version of MailPoet (currently 5.23.0). You can check this under Plugins in your dashboard.

    I hope this helps!

    Plugin Support Gui A. a11n

    (@guicmazeredo)

    Thank you! I’ve just replied to your ticket. If you have any additional questions feel free to reply to it. I’m marking this forum thread as resolved.

    Plugin Support Gui A. a11n

    (@guicmazeredo)

    Hi there,

    Thanks for reaching out!

    Please contact us via https://www.mailpoet.com/support/sales-pre-sales-questions/ and include a link to this thread.

    We’ll be able to provide you with more information there.

    Cheers!

    Plugin Support Gui A. a11n

    (@guicmazeredo)

    Hey @soniksoundlib,

    Thanks for sharing a screenshot of the automation flow. I can confirm that this automation requires subscriber’s consent as it has a delay action.

    However, you mentioned that the automation fails to run even for confirmed subscribers, which is not expected.

    It’s great to hear that switching the task scheduler method to Visitors to your website made it, though. In this case, I suggest keeping this newsletter task scheduler going forward as it seems to be working more reliably on your website.

    If you need anything else, let us know. We’ll be happy to help you further!

    Plugin Support Gui A. a11n

    (@guicmazeredo)

    Hi @vasilisweb,

    Thanks for trying that and for sharing the updated logs. Since the deactivate/reactivate didn’t resolve the database errors, let’s try a fresh reinstall of the free plugin via FTP. This can help when the migration process gets stuck, especially after a large version jump like yours (3.87.x → 5.22.x).

    Don’t worry — this won’t affect your data. All your subscribers, lists, newsletters, and settings are stored in the database, not in the plugin files, so they’ll remain intact.

    Step 1: Reinstall the free plugin via FTP

    1. Connect to your site via FTP (or your hosting file manager).
    2. Navigate to /wp-content/plugins/.
    3. Delete the mailpoet folder entirely.
    4. Download the latest version of MailPoet from here: https://ww.wp.xz.cn/plugins/mailpoet/
    5. Upload the freshly downloaded mailpoet folder to /wp-content/plugins/.
    6. Go to your WordPress dashboard → Plugins and activate MailPoet.

    After activating, check whether the database errors are gone. You can verify by visiting MailPoet → Help → System Status.

    Step 2: Update the Premium plugin

    Once the free plugin is working without errors:

    1. Log in to your MailPoet account at https://account.mailpoet.com/.
    2. Download the latest Premium plugin zip file from there.
    3. In your WordPress dashboard, go to Plugins → Add New → Upload Plugin.
    4. Upload the zip file you just downloaded and activate it.

    If you’re unable to access your MailPoet account because it’s linked to the previous developer, you can also try entering your license key in MailPoet → Settings → Key Activation — the Premium plugin should be installable from there as well.

    Please let us know how it goes!

    Plugin Support Gui A. a11n

    (@guicmazeredo)

    Hi @soniksoundlib ,

    Thanks for getting back to us with the requested details.

    Before investigating any issues with the Action Scheduler further, I’d like to review something that could explain Automation tasks in pending status.

    Some automations require subscribers’ consent to be triggered, as explained in detail here. To verify if that’s the case, can you send us a screenshot of your Automation flow?

    If that’s the case, the Automation will only be triggered if the subscriber confirms their subscription, which switches their status Subscribed. Could you check what’s the status of both subscribers?

    Plugin Support Gui A. a11n

    (@guicmazeredo)

    Hi there @salutethepig,

    Thanks for getting back to us with more details.

    Note that Post Notification emails typically display posts that haven’t been sent in previous Post Notification emails. Looking at the screenshots you’ve sent, it seems that the following happened:

    • A Post Notification email was sent on March 9th.
    • The following Post Notification email was sent on March 11th, including the posts that were published after March 9th (the ones published on March 10th and March 11th), as they haven’t been included in March 9th’s Post Notification.

    If you only want to include one post in each Post Notification email, even if there are multiple newly published posts, you will want to make sure that the Automatically Latest Content widget is set to display only 1 post.

    Does that make sense?

Viewing 15 replies - 1 through 15 (of 1,019 total)