Download & Extend

* warning: file_get_contents() [function.file-get-contents]: URL file-access is disabled in the server configuration in /h

Project:Subdomain
Version:6.x-1.5
Component:User interface
Category:bug report
Priority:normal
Assigned:Unassigned
Status:closed (fixed)

Issue Summary

Trying to install subdomain module and get this error message when I go to URL Ailiases/Subdomain Settings:

* warning: file_get_contents() [function.file-get-contents]: URL file-access is disabled in the server configuration in /home/example/public_html/modules/subdomain/subdomain_debug.inc on line 57.
* warning: file_get_contents(http://subdomain-test.example.com/subdomain/test) [function.file-get-contents]: failed to open stream: no suitable wrapper could be found in /home/example/public_html/modules/subdomain/subdomain_debug.inc on line 57.

What's wrog?

Comments

#1

Status:active» fixed

file_get_contents() requires a special PHP extension to retrieve contents over HTTP, an extension which isn't installed on some hosts.

I've removed subdomain's dependence on file_get_contents() so this will no longer be an issue.

fixed in dev.

#2

Status:fixed» closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

nobody click here