View Single Post
  #4 (permalink)  
Old 19-11-04
Rich Rich is offline
Super Moderator
 
Join Date: Aug 2003
Posts: 2,451
Thanks: 0
Thanked 0 Times in 0 Posts
Rich is an unknown quantity at this point
Try changing https to http - it will still beable to get the file and I've found php sometimes struggles to make a https connection.

As retail-therapy said, it could also be allow_url_fopen, but I thought that gave a different error. To set it just add: -
PHP Code:
ini_set('allow_url_fopen','1'); 
before the $handle = fopen... line.
Reply With Quote
Sponsored Links