nebula1872 Posted April 4, 2008 Share Posted April 4, 2008 Not understanding why I keep getting this message, can anyone please help???? Thanks Warning: require(): URL file-access is disabled in the server configuration in /hsphere/local/home/madisonblush/madisonblush.com/includes/application_top.php on line 54 Warning: require(http://www.madisonblush.com/includes/filenames.php): failed to open stream: no suitable wrapper could be found in /hsphere/local/home/madisonblush/madisonblush.com/includes/application_top.php on line 54 Fatal error: require(): Failed opening required 'http://www.madisonblush.com/includes/filenames.php' (include_path='.:/hsphere/shared/apache/libexec/php5ext/php/') in /hsphere/local/home/madisonblush/madisonblush.com/includes/application_top.php on line 54 Quote Link to comment Share on other sites More sharing options...
PFMaBiSmAd Posted April 4, 2008 Share Posted April 4, 2008 Did you read the error message? It states what the problem is. Using a URL in the include() statement is disabled on your server. If you are including a local file, use a file system path, not a URL. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.