Hello, i habe just bought a domaine name and i have this error with permalink :
ction.is-writable]: open_basedir restriction in effect. File(/) is not within the allowed path(s): (/membri:/membri2) in /membri/easyhack/wp-admin/options-permalink.php on line 131

Warning: is_writable() [function.is-writable]: open_basedir restriction in effect. File(/) is not within the allowed path(s): (/membri:/membri2) in /membri/easyhack/wp-admin/includes/misc.php on line 170

The default url was : xxxx.altervista.org and i have change it by www.xxxxxxxgaming.com

My htaccess file :

# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>

# END WordPress

# # avhp5-engine
AddHandler av-php5 .php

php_value post_max_size 20M
php_value upload_max_filesize 20M

# # av:Toolbar
SetEnv AV_TOOLBAR 0

Please someone can help me?