open_basedir problem
-
Hi! I’m trying to install a new fresh wordpress and all is fine until i try to login after install. After typing password my screen is blank. I can’t see blog either. After hours of research I came to following conclusion:
In my main folder /home/***/ i can see wordpress (using .htaccess and index.php)
In /home/***/wordpress/ i don’t see anything after turning error_display i get:Warning: main() [function.main]: open_basedir restriction in effect. File(./wp-blog-header.php) is not within the allowed path(s): (/usr/local/share/httpd/htdocs/home/:/export/share/httpd/htdocs/home/:/var/tmp/) in /export/share/httpd/htdocs/home/***/wordpress/index.php on line 17
As you can see the file is in allowed folder so i do not undestand why restriction is in effect.. what’s more interesting, I have installed wordpress on another account and everything is fine. The only difference is that another account is in folder /acccount2/
and not in /home/***/There is local entry for account in /home folder in
homepages.conf:<Directory /usr/local/share/httpd/htdocs/home>
AllowOverride all
php_admin_value open_basedir “/usr/local/share/httpd/htdocs/home/:/export/share/httpd/htdocs/home/:/var/tmp/”
</Directory>Alias /***/ “/usr/local/share/httpd/htdocs/home/***/”
Alias /*** “/usr/local/share/httpd/htdocs/home/***”Safe mode seems to be turned off (phpinfo() shows it’s off)
Please help!
- The topic ‘open_basedir problem’ is closed to new replies.