| 
	
 | 
 Posted by lawrence k on 03/12/07 21:53 
On Mar 12, 5:12 pm, "lawrence k" <lkrub...@geocities.com> wrote: 
> 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? 
 
 
By the way, I've tried to follow the advice on this page: 
 
http://us2.php.net/features.safe-mode 
 
I added this line: 
 
php_admin_value open_basedir none 
 
to my httpd.conf file and then I restarted Apache. No dice. Still got 
the same problem.
 
  
Navigation:
[Reply to this message] 
 |