dreamingemotion Posted April 17, 2007 Share Posted April 17, 2007 Hi everyone, I figured this would be an installation question. Please let me know if I posted this in the wrong section. I think this has to do with the installation. My problem is this: I've installed AMP on our Solaris server. Everything works fine, until I use file_get_contents or fopen. Now before I go on, allow_url_fopen is enabled. When I use file_get_contents or fopen, I get this error message: Unable to find the wrapper "http" - did you forget to enable it when you configured PHP? in /path/to/file.php on line 4 So after many spent hours of google searching, I checked the phpinfo() and noticed that "Registered PHP Streams" had the values "php, file, data, compress.zlib". "http" was missing! All my other php installations have http (and ftp) there, in addition to those streams previously mentioned. My question is how do I enable the http and ftp streams (wrappers)? Thanks for any help!!! 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.