$xml_file = file_get_contents(SITE_PATH . \'cms/data.php\');
The problem is that a server has URL file-access disabled. I cannot enable it, its a h
If you're trying to read XML generated from a URL without file_get_contents() then you'll probably want to have a look at cURL
file_get_contents()