• Resolved Richard B

    (@richard-b)


    When pasting the code from CC we get a back screen with ‘unable to send to backend’, we also get the ‘DISABLE_WP_CRON’ warning however we are using the alternative cron method supplied by our hosting.
    No errors in our error log…

Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Contributor Michael Beckwith

    (@tw2113)

    The BenchPresser

    Hmm. Not familiar with this unable to send to backend error as that’s not one provided by our plugin, and I’m not managing to find that message string in WordPress core.

    I definitely know we have some checks around WP_CRON being available, and I believe the admin notification should be dismissable, though I could see why it’d potentially not be too.

    That said, I also know we have this snippet of code as part of the API integration to try and help make sure access tokens are still getting refreshed:

    if ( defined( 'DISABLE_WP_CRON' ) && DISABLE_WP_CRON ) {
    if ( $this->access_token_maybe_expired() ) {
    $this->refresh_token();
    }
    }

    It just happens to potentially run a bit more frequently because of WP_CRON being disabled.

    Thread Starter Richard B

    (@richard-b)

    Ok thank you for letting me know. The plugin does appear to connect but we get constant emails with the following error:
    “Potentially a failed signup has been detected and will be retried automatically once a new connection has been established. Otherwise, issues with token refreshing have been detected. Please visit your site and perform the steps to reconnect the plugin at your earliest convenience.”

    Plugin Contributor Michael Beckwith

    (@tw2113)

    The BenchPresser

    Can you visit our Settings > Support tab, and toggle on the debug logs checkbox? This will add in some extra logging and reveal a hidden menu that gives access to the logs. Would love to see if things are actually failing, or if there’s potentially just some excess admin notifications coming through.

    We’d be able to better determine if API credentials are actually renewing themselves as needed.

    Thread Starter Richard B

    (@richard-b)

    Thanks so much, ok straight away I can see:
    [2025-10-08T13:41:47.985764+00:00] API.INFO: ConstantContact_API::get_lists:420 unauthorized: Unauthorized [] []
    In the logs…

    Plugin Contributor Michael Beckwith

    (@tw2113)

    The BenchPresser

    If you’d prefer to share all the logs privately, they can be sent to wordpresssupport@constantcontact.com and they should make their way to us to further review.

    Thread Starter Richard B

    (@richard-b)

    Thank you Michael, have sent the full log.

    Plugin Contributor Michael Beckwith

    (@tw2113)

    The BenchPresser

    Confirmed receiving and will review as soon as able and get back to you.

Viewing 7 replies - 1 through 7 (of 7 total)

You must be logged in to reply to this topic.