url_fopen errors in log
-
In the WP logs I get the following 3 warnings for the plugin over and over again.
Environment:- WP: 6.1.1
- PHP: 8.0.28
- Plugin: 1.7.0
- Trying to access array offset on value of type bool
- wp-content/plugins/wp-server-stats/wp-server-stats.php:249
wp_server_stats->check_server_location()
wp-content/plugins/wp-server-stats/wp-server-stats.php:663wp_server_stats->dashboard_output()
wp-admin/includes/template.php:1409do_meta_boxes()
wp-admin/includes/dashboard.php:274wp_dashboard()
wp-admin/index.php:203
- file_get_contents(https://ip-api.com/php/xxx.xxx.xxx.xxx): Failed to open stream: no suitable wrapper could be found
- wp-content/plugins/wp-server-stats/wp-server-stats.php:239
file_get_contents()
wp-content/plugins/wp-server-stats/wp-server-stats.php:239wp_server_stats->check_server_location()
wp-content/plugins/wp-server-stats/wp-server-stats.php:663wp_server_stats->dashboard_output()
wp-admin/includes/template.php:1409do_meta_boxes()
wp-admin/includes/dashboard.php:274wp_dashboard()
wp-admin/index.php:203
- file_get_contents(): https:// wrapper is disabled in the server configuration by allow_url_fopen=0
- wp-content/plugins/wp-server-stats/wp-server-stats.php:239
file_get_contents()
wp-content/plugins/wp-server-stats/wp-server-stats.php:239wp_server_stats->check_server_location()
wp-content/plugins/wp-server-stats/wp-server-stats.php:663wp_server_stats->dashboard_output()
wp-admin/includes/template.php:1409do_meta_boxes()
wp-admin/includes/dashboard.php:274wp_dashboard()
wp-admin/index.php:203
Viewing 10 replies - 1 through 10 (of 10 total)
Viewing 10 replies - 1 through 10 (of 10 total)
- The topic ‘url_fopen errors in log’ is closed to new replies.