Arkadaşlar merhaba; bi süredir sayfa 500 hatası veriyor log dosyasına baktığımda aşağıdaki hatayı döndürüyor 500 mb olmuş log dosyası bildiğin şişmiş. log dosyasını .txt yapıp tarayıcı da açiyim dedim hesap suspended oldu. WHM'den tekrar geri açtım ama ilginç geldi kendi kendine hesap suspended olabilir mi ?

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