| 
	
 | 
 Posted by Matt White on 05/19/07 01:32 
I've been running a XAMPP server for some time now, but I just tried to add  
an include, and it says: 
 
Warning: include() [function.include]: URL file-access is disabled in the  
server configuration in M:\Server\htdocs\desktop\search.php on line 12 
 
Warning: include(http://www.google.com) [function.include]: failed to open  
stream: no suitable wrapper could be found in  
M:\Server\htdocs\desktop\search.php on line 12 
 
Warning: include() [function.include]: Failed opening  
'http://www.google.com' for inclusion (include_path='.;M:\Server\php\pear\')  
in M:\Server\htdocs\desktop\search.php on line 12 
 
I have opened up php.ini, and set allow_url_include = On .  allow_url_fopen  
was already allowed.  Yet whenever I run phpinfo(), it reports that  
allow_url_include is Off both locally and in the master.  I have already  
changed php.ini, and restarted the server, but it does nothing.  Any  
suggestions? 
 
Matt
 
  
Navigation:
[Reply to this message] 
 |