Welcome Guest, Not a member yet? Register   Sign In
Warning: mkdir() [function.mkdir]: open_basedir restriction in effect.
#3

[eluser]Guntars[/eluser]
Hmm, where you think need to change, because on phpinfo shows safe mode off. I use debian linux.
In main conf file have this line

Code:
<Directory "/var/www/vhosts">
    AllowOverride All
    Options SymLinksIfOwnerMatch
    Order allow,deny
    Allow from all
    
    <IfModule mod_php4.c>
    php_admin_flag engine off
php_admin_flag safe_mode off
    </IfModule>
    <IfModule mod_php5.c>
    php_admin_flag engine off
php_admin_flag safe_mode off
    </IfModule>
</Directory>

Any Ideas? just I can create in web root directory, but can't in outside root. I was use this thing on other servers, and never has problems before.


Messages In This Thread
Warning: mkdir() [function.mkdir]: open_basedir restriction in effect. - by El Forum - 06-13-2009, 06:56 AM



Theme © iAndrew 2016 - Forum software by © MyBB