No access to /wp-admin after update
-
Just updated to v2.0.5 – 27/02/2025 and lost access to
/wp-admin
could access rest of siteTurned 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/
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- You must be logged in to reply to this topic.