Justtechjobs.com Find a programming school near you






Online Campus Both


php-migration | 2000101

Re: [PHP-MIGRATION] 4.0.1pl2 -> 4.0.2 = can't execute script From: Adam Lang (aalang <email protected>)
Date: 10/01/00

Your problem probably isn't the basedir. It is the path where it looks for
files you specify as "include". Check the path for include in you php.ini
file.

----- Original Message -----
From: "blinky" <blinky <email protected>>
To: <php-migration <email protected>>
Sent: Sunday, October 01, 2000 10:37 AM
Subject: [PHP-MIGRATION] 4.0.1pl2 -> 4.0.2 = can't execute script

> hi.
>
> i've just upgraded from 4.0.1pl2 to 4.0.2 .
> now, when i try to start a php-script i get an error.
>
> Warning: Unable to access
> /home/sites/domain.com/home/sites/domain.com/www/test--.php4 in Unknown on
> line 0
> Warning: Failed opening '/home/sites/domain.com/www/test--.php4' for
> inclusion (include_path='.:/usr/local/lib/php') in Unknown on line 0
>
> the filename 'test--.php4' is correct. but the directory in the first line
> is wrong.
>
> in the apache's virtualhost-tag i've the following:
>
> [..]
> php_admin_value open_basedir /home/sites/domain.com
> php_admin_value doc_root /home/sites/domain.com
> [..]
>
> and in the php.ini file this:
>
> [..]
> doc_root = /home/sites
> open_basedir = /home/sites
> [..]
>
> btw: i'm running apache 1.3.12, php4 as dso-module
>
> v4.0.1pl2 worked without problems with this configuration.
>
> thanks in advance.
>
> greetings,
>
> daniel
>
> --
> PHP Migration Mailing List (http://www.php.net/)
> To unsubscribe, e-mail: php-migration-unsubscribe <email protected>
> For additional commands, e-mail: php-migration-help <email protected>
> To contact the list administrators, e-mail: php-list-admin <email protected>
>
>

-- 
PHP Migration Mailing List (http://www.php.net/)
To unsubscribe, e-mail: php-migration-unsubscribe <email protected>
For additional commands, e-mail: php-migration-help <email protected>
To contact the list administrators, e-mail: php-list-admin <email protected>