• Resolved mtgagents2021

    (@mtgagents2021)


    All sending is currently paused! Your API key to send with MailPoet is invalid.

    My API Key is valid according to your website and I have well under the subscriber limit so guessing this is an technical error with your latest upgrade.

    Can you fix asap since its now stalling my business.

    Thanks

    The page I need help with: [log in to see the link]

Viewing 9 replies - 1 through 9 (of 9 total)
  • Plugin Author Bruna a11n

    (@bruberries)

    Hi @mtgagents2021,

    Can you please let me know if you can re-validate the key by going to MailPoet > Settings > Key Activation and clicking the “Verify” button?

    I have the same issue since yesterday. Can you check my case please? I re-validate my key and it says is fine, but its still paused.

    Plugin Author Bruna a11n

    (@bruberries)

    Hey @mtgagents2021 and @hgarciajr,

    There seems to be an issue with the bridge connection in some cases, and our devs are already looking at it.

    In the meanwhile, please try this temporary fix by adding this to your Theme’s function.php:

    /** * Temporary fix for bridge.mailpoet.com */ add_filter('http_request_args', function($parsed_args, $url) { // check if the url is the one we want to modify if (strpos($url, 'bridge.mailpoet.com') === false) { return $parsed_args; } if (!empty($parsed_args['headers']) && isset($parsed_args['headers']['referer'])) { // remove the referer header unset($parsed_args['headers']['referer']); } return $parsed_args; }, 10, 2);

    Thread Starter mtgagents2021

    (@mtgagents2021)

    Hi,

    Yes mine validated fine but still paused, your techs logged into my account and fixed it so guessing they applied the above code as now sending again. Hopefully you’ll come up with a permanent fix shortly.

    Many thanks

    Thread Starter mtgagents2021

    (@mtgagents2021)

    Did the update to your plugin this morning, back to paused sending and your code above returns

    “Your PHP code changes were rolled back due to an error on line 577 of file wp-content/themes/travelicious/functions.php. Please fix and try saving again.

    syntax error, unexpected end of file”

    Hi there @mtgagents2021,

    The fix hasn’t been released yet. You can install this version of the plugin meanwhile: https://d.pr/f/1Wwvbf

    Hi

    Plugin downloaded and installed, but I still have the Invalid API Key message.

    Hi there @hgarciajr,

    Can you please share your site’s URL? I’ll check it.

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘All sending is currently paused! Your API key to send with MailPoet is invalid.’ is closed to new replies.