Hey everyone,
I've been working on creating a scraper script and I'm consistently getting the same bugs. After attempting to troubleshoot myself, I went online and found out what the errors usually mean.
Warning: file_get_contents() [function.file-get-contents]: URL file-access is disabled in the server configuration in /home/toiletch/public_html/49ercru.com/Scraper.php on line 14
Warning: file_get_contents(https://siteexplorer.search.yahoo.com/search?p=$url) [function.file-get-contents]: failed to open stream: no suitable wrapper could be found in /home/toiletch/public_html/49ercru.com/Scraper.php on line 14
array(0) { } Array
Apparently this has something to do with the php config settings on the server/hosting I have. I have hosting with ZenSix and I am wondering what the most appropriate method to fix these bugs is. Thanks.
Nick
I've been working on creating a scraper script and I'm consistently getting the same bugs. After attempting to troubleshoot myself, I went online and found out what the errors usually mean.
Warning: file_get_contents() [function.file-get-contents]: URL file-access is disabled in the server configuration in /home/toiletch/public_html/49ercru.com/Scraper.php on line 14
Warning: file_get_contents(https://siteexplorer.search.yahoo.com/search?p=$url) [function.file-get-contents]: failed to open stream: no suitable wrapper could be found in /home/toiletch/public_html/49ercru.com/Scraper.php on line 14
array(0) { } Array
Apparently this has something to do with the php config settings on the server/hosting I have. I have hosting with ZenSix and I am wondering what the most appropriate method to fix these bugs is. Thanks.
Nick