| 
 Posted by lawrence k on 03/12/07 21:12 
If I ssh to my server and look at the php.ini file, it apears that 
open_basedir is off: 
 
; open_basedir, if set, limits all file operations to the defined 
directory 
; and below.  This directive makes most sense if used in a per- 
directory 
; or per-virtualhost web server configuration file. This directive is 
; *NOT* affected by whether Safe Mode is turned On or Off. 
;open_basedir = 
 
 
 
yet I still get these errors: 
 
e path: /home/httpd/vhosts/monkeyclaus.org/httpdocs/media/audio/ 
AlexSchein/SpeedofLight/TheWhiteFlag.mp3 
 
Warning: file_exists(): open_basedir restriction in effect. File(/home/ 
httpd/vhosts/monkeyclaus.org/httpdocs/media/audio/AlexSchein/ 
SpeedofLight/TheWhiteFlag.mp3) is not within the allowed path(s): (/ 
home/httpd/vhosts/monkeyclaus.org/httpsdocs:/tmp) in /home/httpd/ 
vhosts/monkeyclaus.org/httpsdocs/site_specific_files/makePurchase.php 
on line 116 
 
 
What is up with that?
 
[Back to original message] 
 |