I use a Netware 6.5 Server with Apache 2 and PHP 4.2.4-dev. I can use the phpinfo and then can I see the configuration. An other Script is not running then becomes the follwed error message:
Warning: open_basedir restriction in effect. File is in wrong directory in SYS:/apache2/htdocs/email_list_lite/admin/index.php on line 2
Warning: Failed opening '../functions.php' for inclusion (include_path='') in SYS:/apache2/htdocs/email_list_lite/admin/index.php on line 2
http://www.php.net/features.safe-mode
In php.ini, you most likely made a change to "open_basedir" which does not include the directory which contains functions.php file.