Conversation
supportHello, After I installed the plugin, I am getting the following error: Warning: file_get_contents() [function.file-get-contents]: http:// wrapper is disabled in the server configuration by allow_url_fopen=0 in /data/8/1/39/48/1854863/user/2013820/htdocs/my-domain-name/wp-content/plugins/wp-internal-links-lite/inter-links.php on line 243 Please advise. https://wordpress.org/plugins/wp-internal-links-lite/
Hello, wn nj The problem is that your hosting is blocking the allow_url_fopen. You have to add this line to your php.ini: allow_url_fopen=On If you can edit that file yourself (some hosting providers allow it) it’s as easy as that, otherwise you should get in touch with your hosting company’s support and ask them to add it. Please let me know if you’ve been able to solve this issue.
I was able to make php.ini changes and make it work. for those who may have to lookup, it is in cgi-bin folder under the root and not part of wordpress directory structure.
Thanks for the clarification, and thanks for letting us know it’s solved!
Hello, wn nj The problem is that your hosting is blocking the allow_url_fopen. You have to add this line to your php.ini: allow_url_fopen=On If you can edit that file yourself (some hosting providers allow it) it’s as easy as that, otherwise you should get in touch with your hosting company’s support and ask them to add it. Please let me know if you’ve been able to solve this issue.
I was able to make php.ini changes and make it work. for those who may have to lookup, it is in cgi-bin folder under the root and not part of wordpress directory structure.
Thanks for the clarification, and thanks for letting us know it’s solved!