arkadaşlar aşağıdaki gibi bir problemle karşılaşıyorum yardım edebilir misiniz?

Failed opening required '/var/www/vhosts/siteadi.com/httpdocs/wp-config.php' (include_path='.:') in /var/www/vhosts/siteadi.com/httpdocs/wp-load.php on line 30, referer


galiba load.php'de 30. satırda bi hata var diyor. load.php'deki 30. satır ise şöyle:

Alıntı
if ( file_exists( ABSPATH . 'wp-config.php') ) {

/** The config file resides in ABSPATH */
--30.satır burası-- require_once( ABSPATH . 'wp-config.php' );

} elseif ( file_exists( dirname(ABSPATH) . '/wp-config.php' ) && ! file_exists( dirname(ABSPATH) . '/wp-settings.php' ) ) {

/** The config file resides one level above ABSPATH but is not part of another install*/
require_once( dirname(ABSPATH) . '/wp-config.php' );

} else {