• Hi there,

    I encountered the “The request is failed” error while checking my API Key. Here the PHP error:

    #31 {main}
      thrown in /home/yjgeihzr/website.it/wp-content/plugins/ari-cf7-connector/cf7_addons/mailerlite/libraries/vendor/vendor/composer/autoload_real.php on line 55
    [26-Feb-2024 12:26:49 UTC] PHP Warning:  require(/home/yjgeihzr/website.it/wp-content/plugins/ari-cf7-connector/cf7_addons/mailerlite/libraries/vendor/vendor/composer/../guzzlehttp/promises/src/functions_include.php): Failed to open stream: No such file or directory in /home/yjgeihzr/website.it/wp-content/plugins/ari-cf7-connector/cf7_addons/mailerlite/libraries/vendor/vendor/composer/autoload_real.php on line 55
    [26-Feb-2024 12:26:49 UTC] PHP Fatal error:  Uncaught Error: Failed opening required '/home/yjgeihzr/website.it/wp-content/plugins/ari-cf7-connector/cf7_addons/mailerlite/libraries/vendor/vendor/composer/../guzzlehttp/promises/src/functions_include.php' (include_path='.:/opt/cpanel/ea-php81/root/usr/share/pear') in /home/yjgeihzr/website.it/wp-content/plugins/ari-cf7-connector/cf7_addons/mailerlite/libraries/vendor/vendor/composer/autoload_real.php:55

    I tried the solution in this post but it didn’t work.

    Downgrading to 1.2.3 resolved the issue though. So maybe the recent update created some problems.

    Thanks,

    Simone

Viewing 1 replies (of 1 total)
  • Hi @semikola,

    I encountered the same issue: “The request has failed.”

    For me, the solution was to update the plugin to the latest version and add “connect.mailerlite.com” to the “WP_ACCESSIBLE_HOSTS” in my wp-config.php file.

    Here’s the code snippet to add:

    define('WP_ACCESSIBLE_HOSTS', 'connect.mailerlite.com');

    I hope this works for you as well!

    Please let me know if it helps!

    Best, Luc

Viewing 1 replies (of 1 total)
  • You must be logged in to reply to this topic.