• Resolved toggenation

    (@toggenation)


    Just updated to v2.0.5 – 27/02/2025 and lost access to /wp-admin could access rest of site

    Turned on debugging in wp-config.php

    # wp-config.php
    define('WP_DEBUG', true);
    define('WP_DEBUG_LOG', true);

    and in wp-content/debug.log found

    [27-Feb-2025 21:02:50 UTC] PHP Warning: file_get_contents(https://example.com.au/wp-content/plugins/check-email/assets/js/admin/checkmail-sw.js): Failed to open stream: Connection timed out in /var/www/example.com.au/webroot/wp-content/plugins/check-email/include/Check_Email_Notify_Tab.php on line 460

    Why does the file_get_contents need to open a URL? Can’t it do it locally?

    Temporarily got running again by removing the plugin

    cd wp-content/plugins
    mv check-email /to/somewhere/else/
    • This topic was modified 1 week, 6 days ago by toggenation.
Viewing 1 replies (of 1 total)
  • Plugin Support Akshay A

    (@akshaycode1)

    Hi,

    We apologize for the inconvenience caused.

    We have just released an update version 2.0.5.1, which addresses this issue. Kindly update the plugin to the latest version, clear the cache, and give it a try.

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