Another open_basedir problem
Posted: Fri Aug 18, 2006 6:17 pm
I see that several people are having problem with this, but I really can't find any good solutions to my problem in other posts.
I'm -trying to- install Seredipity 1.0.1 on a shared host with PHP 5.1.5. After uploading the files I get this error message before the "
- Serendipity v1.0.1 pre-installation report -" :
Warning: file_exists() [function.file-exists]: open_basedir restriction in effect. File(/usr/local/apache2/htdocs/serendipity_admin.php) is not within the allowed path(s): (/home/vusers/domains/stadskleiv.no:/home/vusers/users/ketil:/tmp:/var/tmp:/usr/local/bin:/usr/local/lib/php:.) in /home/vusers/domains/stadskleiv.no/subdomains/ketil/include/functions_installer.inc.php on line 192
My PHP.ini settings concerning this are:
open_basedir no value no value
safe_mode Off Off
Why is this happening and what can I do to solve it? As far as I can see the file_exists function is checking for a file in the dir /usr/local/apache2/htdocs/serendipity_admin.php and I really can't understand why since my web-folder is /home/vusers/users/ketil/stadskleiv.no/subdomains/ketil
Since this is a shared host am not allowed to change the php.ini, but I can set settings using .htaccess.
I'm -trying to- install Seredipity 1.0.1 on a shared host with PHP 5.1.5. After uploading the files I get this error message before the "
- Serendipity v1.0.1 pre-installation report -" :
Warning: file_exists() [function.file-exists]: open_basedir restriction in effect. File(/usr/local/apache2/htdocs/serendipity_admin.php) is not within the allowed path(s): (/home/vusers/domains/stadskleiv.no:/home/vusers/users/ketil:/tmp:/var/tmp:/usr/local/bin:/usr/local/lib/php:.) in /home/vusers/domains/stadskleiv.no/subdomains/ketil/include/functions_installer.inc.php on line 192
My PHP.ini settings concerning this are:
open_basedir no value no value
safe_mode Off Off
Why is this happening and what can I do to solve it? As far as I can see the file_exists function is checking for a file in the dir /usr/local/apache2/htdocs/serendipity_admin.php and I really can't understand why since my web-folder is /home/vusers/users/ketil/stadskleiv.no/subdomains/ketil
Since this is a shared host am not allowed to change the php.ini, but I can set settings using .htaccess.