Some of our plugins work only if the allow_url_fopen directive is enabled ini PHP settings.
When it is enabled, plugins can open remote files as if they are local files. This means that they can retrieve the contents of a web page.
To enable this, use a text editor to modify the allow_url_fopen directive in the php.ini file from your server, as follows:
allow_url_fopen = on
MORE INFORMATION
- Complete info on php.ini directives: http://www.php.net/manual/en/ini.list.php
- Complete info on the allow_url_fopen directive: http://www.php.net/manual/en/filesystem.configuration.php#ini.allow-url-fopen
If you don’t know how to handle this, please contact your hosting provider’s support and ask them to enable this directive for you. They will be able to help.