• Resolved KevinPlusPlus

    (@kevinplusplus)


    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)
  • Plugin Author ryanhungate

    (@ryanhungate)

    @kevinplusplus thanks for the feedback. We will address in the next release. We are going to be doing shorter release schedules, so you can expect this to happen quickly. We will keep you updated here on when this is complete.

    Thread Starter KevinPlusPlus

    (@kevinplusplus)

    Ryan,

    Thanks for the update. In the meantime I have changed this method on our server just to set an empty array and return an empty array so the warning is removed.

    Kevin

    Plugin Support khungate

    (@khungate)

    @kevinplusplus, thanks for your patience on everything and bringing to our attention. This issue has been patched in v2.7.2 which rolled out today. Please let us know if you need anything else!

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.