PHP Warning in logs due to allow_url_fopen=0
-
Hello,
In the recent 2.7.x series, there is an issue when allow_url_fopen=0.
PHP Warning: file_get_contents(): https:// wrapper is disabled in the server configuration by allow_url_fopen=0 in /home/hockintl/public_html/wp-content/plugins/mailchimp-for-woocommerce/includes/api/class-mailchimp-api.php on line 1893
This should be converted to using curl or some other more compatible method for proper functionality when allow_url_fopen is set to 0 (which is the default and recommended value).
Thanks,
Kevin
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘PHP Warning in logs due to allow_url_fopen=0’ is closed to new replies.