Hi @cjsheps
Hope you are doing fine!
Could you try the following steps?
- Remove the license info.
- Save settings
- Add the license info again and save the settings. This should clear any issues with the connection to the MaxMind (GeoLite2) servers
Please refer to the following link for more information:|
https://wpmudev.com/docs/wpmu-dev-plugins/defender/#locations
If you still have issues after performing the suggested steps, enable the WordPress debugging adding these lines of code in your wp-config.php file:
// Enable WP_DEBUG mode
define( 'WP_DEBUG', true );
// Enable Debug logging to the /wp-content/debug.log file
define( 'WP_DEBUG_LOG', true );
// Disable display of errors and warnings
define( 'WP_DEBUG_DISPLAY', false );
@ini_set( 'display_errors', 0 );
The code should added before this other line:
/* That's all, stop editing! Happy blogging. */
Find more info in the WordPress documentation:
https://www.ads-software.com/documentation/article/debugging-in-wordpress/
You can share the /wp-content/debug.log file via Google Drive, Dropbox or any cloud services in the next reply.
Kind regards
Luis