On Fri, Nov 21, 2003 at 06:09:44AM -0500, MIKE YRABEDRA wrote:
: 
: A customer of mine has recently started to see a weird error. He will get
: the typical 'open_basedir' error, but it will say his allowed path is
: another clients allowed path??? See an example below.
: 
: Warning :  Unknown(): open_basedir restriction in effect.
: File(/Sites/thissite.com/www/forums/admin/template.php) is not within the
: allowed path(s): (/sites/othersite.com) in Unknown on line 0
: 
: I set all my clients up with 'php_admin_value' parameters in their config
: files. Each vhost is assigned their own directory.
: 
: Any ideas? Where should I look to troubleshoot this one?

The most obvious difference is "/Sites" vs. "/sites".  If your PHP
server is using a case-sensitive filesystem, I'd check the whole
uppercase-lowercase thing first.

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to