failed to open stream: HTTP request failed

rt49andellis

69.***.***.***
1,941 days ago

failed to open stream: HTTP request failed

I'm getting failed to open stream: HTTP request failed in my script logs
What causes this????

Also, is there a good place to go to find the errors that your script logs will give you so that you know how to fix them? THanks

penguinmama

12.***.***.***
1,936 days ago
I usually do a Google search.

For example, I found this information on your issue:

To resolve the problem, ensure that allow_url_fopen is enabled in PHP.INI configuration file. The line should look like this:

allow_url_fopen = On