muqeetsomro
Newbie
- Feb 11, 2011
- 30
- 4
I install the WP Plugin , I do same on instruction as
but got error
"define('WP_CACHE', true);" in wp-config.php , I searched about it but my problem is not solve can any one help about it
but
but got error
I added theWP_CACHE constant set to false
The WP_CACHE constant is used by WordPress to load the code that serves cached pages. Unfortunately it is set to false. Please edit your wp-config.php and add or edit the following line above the final require_once command:
define('WP_CACHE', true);
"define('WP_CACHE', true);" in wp-config.php , I searched about it but my problem is not solve can any one help about it
but