> -----Original Message-----
> From: Steven Apostolou [mailto:[EMAIL PROTECTED]
> Sent: 04 March 2003 11:53
> To: [EMAIL PROTECTED]
> Subject: [PHP-INST] PHP 4.3.1 ERROR with relative paths!
>
>
> Hello everybody,
>
> Just installed PHP4.3.1 on OpenBSD! Everything went fine but now I get
> the error "failed to create stream: No such file or directory". with
> relative paths!
>
> Example: (script in the web-root)
> <?php
>     require_once ('../mysql.inc.php');
>
> ?>
>
> What's wrong? Nothing has been changed in the php.ini file!
>
> Please help.. websites are down...
>
> Greetings,

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?

Rich


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

Reply via email to