Cara mengatasi Warning! WP Super Cache caching broken! The script advanced-cache.php could not load wp-cache-phase1.php

Sudah lama tidak mengurusi blog wordpress, ternyata ada salah satu pluginku yang error. yaitu plugin WP Super Cache. Errornya seperti ini "Warning! WP Super Cache caching broken! The script advanced-cache.php could not load wp-cache-phase1.php". Setelah saya cari lewat internet akhirnya dapat juga solusinya.
wp super cache

Berikut solusi jika anda mengalami error yang sama:


1. Masuk ke file wp-config.php

2. Tambahkan kode di bawah ini
/** Sets up WordPress vars and included files. */ define('WPCACHEHOME', dirname(__FILE__) . '/wp-content/plugins/wp-super-cache/'); require_once(ABSPATH . 'wp-settings.php');
di atas kode ini
require_once(ABSPATH . 'wp-settings.php');
Cara mengatasi Warning! WP Super Cache caching broken! The script advanced-cache.php could not load wp-cache-phase1.php | Unknown | 5

0 comments:

Post a Comment