URL file-access is disabled in the server configuration
From DreamHost
If you receive this error, you have most likely tried to use include() or require() to access a file using a complete URL. For example:
<?php include("http://example.com/includes/example_include.php"); ?>
Please see the allow_url_fopen page to learn more about the issue, including what steps can be taken to get around it.

