> > Are permissions OK on the file to be included (and its
> directory) wrt to the
> > webserver process?
> > I know nothing has changed in php.ini but is open_basedir or safe_mode
> > switched on?
>
> Permissions are ok (755).
> OpenBase_dir is commented out
> and sofe_mode = Off
>
> N changed with the all files. The only difference is the PHP
> version.othing has
>
> I really don't get it.... The file is there. If I use require_once with
> the absolute path it works but this solution is impossiblie to do for
> all the code on our machine... as you might imagine. :-(
>
> Is this a bug in PHP4.3.1? Do you have this problem with this PHP
> version?
>
> Greetings,

Is that 755 for both file and directory? Does
file_exists('../myfile.inc.php') return true?

I'm not running 4.3.1 on FreeBSD so I can't say if it is a bug specific to
this version/platform. This bug report looks similar...
http://bugs.php.net/bug.php?id=21674

Rich


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

Reply via email to