Thursday, November 30, 2023
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 107 times, 1 visits today)
Baca Juga :  The mail server could not deliver mail to david@xxx.com. The account or domain may not exist, they may be blacklisted, or missing the proper dns entries.

Similar Posts