includes/functions.php dosyasına baktığımda hata veren satır aşağıda.
1368 // We need to find the permissions of the parent folder that exists and inherit that.
1369 $target_parent = dirname( $target );
1370 while ( '.' != $target_parent && ! is_dir( $target_parent ) ) {
1371 $target_parent = dirname( $target_parent );
1372 }
Log dosyasındaki hata.
[27-Nov-2013 10:37:18 UTC] PHP Warning: is_dir() [function.is-dir]: open_basedir restriction in effect. File(/) is not within the allowed path(s): (/home/asdasd:/usr/lib/php:/usr/php4/lib/php:/usr/local/lib/php:/usr/local/php4/lib/php:/tmp) in /home/asdasd/public_html/wp-includes/functions.php on line 1370