I just signed up for dreamhost earlier today, in the process of moving my site over I came across this error.
Warning: file_get_contents() [function.file-get-contents]: URL file-access is disabled in the server configuration in /home/.squirm/kblessing/thebokeh.com/functions.php on line 163
the second line of the next pasting is line 163
$xml_file = “http://www.thebokeh.com/rss.php”;
$data = XML_unserialize(file_get_contents($xml_file));
Is file_get_contents disabled by the hosting, it was working on my previous, and I need to be able to read the response of the url as a string.
-Karl Blessing