Tuesday, May 7, 2024
Cpanel/WHM Plugin Wordpress

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 :

  • Login ke Cpanel atau ke hosting anda
  • kemudian masuk ke folder wordpress / web anda
  • lalu edit file wp-config.php
  • Tambahkan script berikut :

/** 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

(Visited 132 times, 1 visits today)
Baca Juga :  Custom RBL cpanel

Similar Posts