Hi,

    It seems to me that a script from
    /var/www/wahtever/      includes a script called algo.php
    which can not be found by PHP, because, probably it
is in the /var/www/ dir.
    Either you add /var/www/ to the php.ini include_path,
or when you include files you give the full path.

Cheers,
Catalin

"J0rd1 Adame" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> Hi, I compiled PHP 4.2.3 like this
> ./configure --with-oracle=/home/oracle/OraHome1/
> -with-oci8=/home/oracle/OraHome1/
> --with-mysql=/usr --with-apxs
>
> I have my DocumentRoot in /var/www
> when i access php files in /var/www everything's fine, but when I access
files
> in /var/www/whatever i get this error
> Warning: Failed opening '/var/www/whatever/algo.php' for inclusion
> (include_path='.:/usr/local/lib/php') in Unknown on line 0
>
> how can i fix this?
> thanx
>
> j0rd1
>



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

Reply via email to