WordPress hatası çözümü

Siteye bir süre uzakta olduğum için bakamadım açınca bir de ne göreyim.
Sitenin ön üst (header) kısmında şöyle bir uyarı var.
Warning: include_once(/home/public_html/wp-content/plugins/wp-super-cache/wp-cache-phase1.php): failed to open stream: No such file or directory in /home/public_html/wp-content/advanced-cache.php on line 22
Warning: include_once(): Failed opening ‘/home/public_html/wp-content/plugins/wp-super-cache/wp-cache-phase1.php’ for inclusion (include_path=’.:/opt/cpanel/ea-php74/root/usr/share/pear’) in /home/public_html/wp-content/advanced-cache.php
İnternetten araştırdım ve buldum.
cpanel’den dosya yöneticiye girin wp-config.php dosyasında aşağıdaki kısmı bulun.
define('WP_CACHE', true);
// or may be it is a file like, if so then comment this line,
// below is the statement which need to be commented
// define('WP_CACHE', is_file(__DIR__.'/wp-content/advanced-cache.php'));
true yazan kısmı false yapın. kaydedin. sayfanızı kontrol edin hata gitmiş olacak.
define('WP_CACHE', false);
Ben bu şekilde düzelttim.
Hatanın sebebine gelince advance-cache eklentisi yüzünden olmuş.