2) FTP ana dizininizde error_log dosyasını açın, içindeki hata kodunu firmanıza iletin.
3) wp-config.php içine
define('SCRIPT_DEBUG', true);
define('WP_MEMORY_LIMIT', '128M');
ve includes/file.php içinde
$response = wp_remote_get($url, array(‘timeout’ => 60));
satırını bununla değiştirin.
$response = wp_remote_get($url, array(‘timeout’ => 300));
Çözüm yeterli gelmezse, wp-admin ve ftp bilgilerinizi iletin.