Error in WP Super cache

muqeetsomro

Newbie
Joined
Feb 11, 2011
Messages
30
Reaction score
4
I install the WP Plugin , I do same on instruction as
but got error
WP_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);
I added the
"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
 
Forget about wp super cache and install W3 total cache, is hundreds of time better.
 
I install the WP Plugin , I do same on instruction as
but got errorI added the
"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

Look like the constant already defined some where else before your code
 
W3 Total Cache works perfectly in WP 3.1... already tested with no issues.
 
W3 Total Cache works perfectly in WP 3.1... already tested with no issues.

No. Read.
Code:
http://wordpress.org/extend/plugins/w3-total-cache/

Requires WordPress Version: 2.8 or higher
Compatible up to: 3.0.5
Last Updated: 2010-12-2

You probably don't have 3.1
 
I install W3 tool cache
but got following errors,

You've selected disk caching with enhanced mode however the .htaccess file is not properly configured. Please run chmod 777 xxx/xxxx/xxxx/.htaccess,
AND
You've enabled Browser Cache feature however the .htaccess file is not properly configured. Please run chmod 777 xxxx/xxxx/.htaccess,

AND Warning
The required directives for fancy permalinks could not be detected, please confirm they are available:

while I using WIN HOST
 
Last edited:
WP supper Cache:

Where did you add the code in wp-config.php?

W3:

Before activating change .htaccess file permissions to 777. After configuring change back to default.
 
I added the code, still erorr
I using the WINDOWS HOST
Can .htaccess work at this host
 
Back
Top