URL file-access is disabled in the server configuration
My hosting company has made a server config change and my xslt pages have stopped working with the following error.
It says url file access is disabled but my phpinfo() still shows allow_url_fopen = on
What else might be the problem?
Warning: require_once() [
function.require-once]: URL file-access is disabled in the server configuration in
/homepages/0/xxx/htdocs/xxxx/inc/horoscope_xml.php on line
3
Warning: require_once(
http://www.xxxx.co.uk/includes/MM_XSLTransform/MM_XSLTransform.class.php) [
function.require-once]: failed to open stream: no suitable wrapper could be found in
/homepages/0/xxxx/htdocs/xxxxx/inc/horoscope_xml.php on line
3
Fatal error: require_once() [
function.require]: Failed opening required 'http://www.xxxxx.co.uk/includes/MM_XSLTransform/MM_XSLTransform.class.php' (include_path='.:/usr/lib/php5') in
/homepages/0/xxxx/htdocs/xxxxx/inc/horoscope_xml.php on line
3
