Jump to content

What does this PHP warning mean?


Recommended Posts

Just updated to PHP 7. and got this error.  What, if anything, should I do?

[02-Jun-2019 20:34:56 America/Louisville] PHP Warning:  get_headers() [<a href='http://docs.php.net/manual/en/function.get-headers.php'>function.get-headers.php</a>]: https:// wrapper is disabled in the server configuration by allow_url_fopen=0 in /home/claudias/public_html/classes/catalogue.class.php on line 414
[02-Jun-2019 20:34:56 America/Louisville] PHP Warning:  get_headers() [<a href='http://docs.php.net/manual/en/function.get-headers.php'>function.get-headers.php</a>]: This function may only be used against URLs in /home/claudias/public_html/classes/catalogue.class.php on line 414

 

Link to comment
Share on other sites

Perhaps the switch to PHP 7 also made your hosting environment acquire a new PHP.INI file. That file may have a different allow_url_fopen setting than the previous.

This will need to be resolved with input by your hosting company.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...