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 Link to comment https://forums.phpfreaks.com/topic/99513-getting-fatal-error-message/ 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. Link to comment https://forums.phpfreaks.com/topic/99513-getting-fatal-error-message/#findComment-509303 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.