Site icon Learning & Doing

Solusi error pada plugin WP Super Cache – Warning! Could not update /home/xxx/xxx/wp-config.php! WPCACHEHOME must be set in config file.

Mungkin Anda pernah mengalami kejadian ketika anda install plugin WP Super Cache pada Web wordpress yang anda miliki. Setelah plugin tersebut terinstall pada WP muncul error seperti berikut :

Warning! Could not update /home/xxx/xxx/wp-config.php! WPCACHEHOME must be set in config file.

Solusi nya :

/** Super cache. */
define(‘WP_CACHE’, true);
define( ‘WPCACHEHOME’, ‘/home/tviexp/xxx.com/wp-content/plugins/wp-super-cache/’ );

ket : Sesuaikan dengan path dimana anda menyimpan script WP nya

Exit mobile version