php warning keeps appearing: wrapper is disabled
-
I noticed I have many instances of these two warnings in my error log:
PHP Warning: file_get_contents(): https:// wrapper is disabled in the server configuration by allow_url_fopen=0 in /{my server}/wp-content/plugins/edd-prevent-eu-checkout/edd-prevent-checkout.php on line 226
PHP Warning: file_get_contents(https://api.hostip.info/country.php?ip=207.46.13.119): failed to open stream: no suitable wrapper could be found in /{my server}/wp-content/plugins/edd-prevent-eu-checkout/edd-prevent-checkout.phpShould I ignore it or fix it? I understand that I can change the setting in my php.ini to allow_url_fopen=1. Is this a good thing to do or does it involve lower security?
https://www.ads-software.com/plugins/edd-prevent-eu-checkout/
- The topic ‘php warning keeps appearing: wrapper is disabled’ is closed to new replies.