ffc Posted May 21, 2009 Share Posted May 21, 2009 Hi im getting a URL file-access is disabled in the server configuration error I have tried changing the allow_url_fopen to on in the php.ini file but this hasnt made a difference can any one help please. The webiste can be viewed at www.winediscoveries.co.uk Thanks Link to comment https://forums.phpfreaks.com/topic/159089-url-file-access-is-disabled-in-the-server-configuration/ Share on other sites More sharing options...
JonnoTheDev Posted May 21, 2009 Share Posted May 21, 2009 Have you restarted the server? Link to comment https://forums.phpfreaks.com/topic/159089-url-file-access-is-disabled-in-the-server-configuration/#findComment-839026 Share on other sites More sharing options...
ffc Posted May 21, 2009 Author Share Posted May 21, 2009 yes have restarted after changing the php.ini file but still no joy. Link to comment https://forums.phpfreaks.com/topic/159089-url-file-access-is-disabled-in-the-server-configuration/#findComment-839031 Share on other sites More sharing options...
thebadbad Posted May 21, 2009 Share Posted May 21, 2009 If you're only including local files, use relative paths to get around the problem (I think). Have you had a look at a phpinfo() run? <?php phpinfo(); ?> Link to comment https://forums.phpfreaks.com/topic/159089-url-file-access-is-disabled-in-the-server-configuration/#findComment-839042 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.