Title: WP-Super Cache: No Cache
Last modified: August 19, 2016

---

# WP-Super Cache: No Cache

 *  [adamelijah](https://wordpress.org/support/users/adamelijah/)
 * (@adamelijah)
 * [18 years, 4 months ago](https://wordpress.org/support/topic/wp-super-cache-no-cache/)
 * I have WP-SUper Cache on for a couple weeks and it’s showing 0 pages cached and
   I have all the settings per what’s posted in the options menu.

Viewing 14 replies - 1 through 14 (of 14 total)

 *  [jackiedobson](https://wordpress.org/support/users/jackiedobson/)
 * (@jackiedobson)
 * [18 years, 4 months ago](https://wordpress.org/support/topic/wp-super-cache-no-cache/#post-690689)
 * Anything in the webservers error logs?
 * Can you please provide some details as to what you’ve done and are seeing?
 *  Thread Starter [adamelijah](https://wordpress.org/support/users/adamelijah/)
 * (@adamelijah)
 * [18 years, 4 months ago](https://wordpress.org/support/topic/wp-super-cache-no-cache/#post-690705)
 * I installed Super Cache. There’s nothing in the error logs about Super Cache,
   but the site does keep crashing. I installed SUper Cache nnd followed the instructions
   in the manual to intall it. Result=No cache.
 *  [tiosolid](https://wordpress.org/support/users/tiosolid/)
 * (@tiosolid)
 * [18 years, 4 months ago](https://wordpress.org/support/topic/wp-super-cache-no-cache/#post-690737)
 * The same with me. I have two blogs and in one the plugin is caching just fine,
   but in the another one its always says “0 super-cache and wp-cache pages”. No
   errors at the webserver logs.
 *  [s2j](https://wordpress.org/support/users/s2j/)
 * (@s2j)
 * [18 years, 4 months ago](https://wordpress.org/support/topic/wp-super-cache-no-cache/#post-690743)
 * I’m seeing the same thing [here](http://wordpress.org/support/topic/152273?replies=3).
   It’s been a couple of weeks, and I’m not getting any help here. Good luck!
 *  [erick_paper](https://wordpress.org/support/users/erick_paper/)
 * (@erick_paper)
 * [18 years, 4 months ago](https://wordpress.org/support/topic/wp-super-cache-no-cache/#post-690748)
 * Why are you using WP-SuperCache instead of WP-Cache? I mean, what is the benefit?
   WP-Cache is more mature, innit?
 *  [Donncha O Caoimh (a11n)](https://wordpress.org/support/users/donncha/)
 * (@donncha)
 * [18 years, 4 months ago](https://wordpress.org/support/topic/wp-super-cache-no-cache/#post-690750)
 * erick – WP Super Cache is based on WP-Cache so most of the code is as mature 
   as that was. Go read the plugin page to find out why the new plugin is better.
   It’s self evident!
 * adamelijah, s2j, tiosolid – is there anything in wp-content/cache/ ?
    Is there
   a wp-content/cache/supercache/ folder? In wp-content/wp-cache-config.php, what
   is the value of $super_cache_enabled ? Is it true or false?
 * Try changing $sem_id to 5418 or 5420, that might improve things.
 *  [tiosolid](https://wordpress.org/support/users/tiosolid/)
 * (@tiosolid)
 * [18 years, 4 months ago](https://wordpress.org/support/topic/wp-super-cache-no-cache/#post-690755)
 * FYI, i just did this, and hell yeah, it worked:
    – Deleted the plugin folder;–
   Deleted the advanced-cache.php files from plugins folder; – Edited the wp-config(
   i guess this one made it work) and deleted the ‘wp-cache true’ thing. Its almost
   in the end of the file now between the { }; – Installed the plugin again; – worked
   o.0
 *  [Jeffro](https://wordpress.org/support/users/jeffr0/)
 * (@jeffr0)
 * [18 years, 4 months ago](https://wordpress.org/support/topic/wp-super-cache-no-cache/#post-690758)
 * I’m still having problems getting anything to cache what so ever. I’ve followed
   the steps provided by tiosolid and others on reinstalling and that doesn’t solve
   the problem either. I’ve even tried changing the SEM_ID from 5419 to 5418 and
   that didn’t even work. I guess some of us are stuck with regular old WP-Cache
   huh?
 *  [s2j](https://wordpress.org/support/users/s2j/)
 * (@s2j)
 * [18 years, 4 months ago](https://wordpress.org/support/topic/wp-super-cache-no-cache/#post-690766)
 * donncha:
 * $super_cache_enabled = true; //Added by WP-Cache Manager
    $sem_id = 5418;
 * No luck. 5420 doesn’t help either.
 * Here’s what my cache directories look like:
 *     ```
       $ ls -al cache cache/meta/ cache/supercache/
       cache:
       total 20
       drwxrwxrwx 4 apache apache 4096 Jan 21 15:04 .
       drwxr-xr-x 5 apache apache 4096 Jan 16 21:56 ..
       -rw-rw-rw- 1 apache apache   81 Jan 16 21:55 .htaccess
       drwxrwxrwx 2 apache apache 4096 Jan 21 15:03 meta
       drwxrwxrwx 2 apache apache 4096 Jan 21 15:04 supercache
   
       cache/meta/:
       total 8
       drwxrwxrwx 2 apache apache 4096 Jan 21 15:03 .
       drwxrwxrwx 4 apache apache 4096 Jan 21 15:04 ..
   
       cache/supercache/:
       total 8
       drwxrwxrwx 2 apache apache 4096 Jan 21 15:04 .
       drwxrwxrwx 4 apache apache 4096 Jan 21 15:04 ..
       ```
   
 * Note that the supercache directory was **not** created for me. I just made it
   to see if it would help. It didn’t.
 *  [s2j](https://wordpress.org/support/users/s2j/)
 * (@s2j)
 * [18 years, 4 months ago](https://wordpress.org/support/topic/wp-super-cache-no-cache/#post-690767)
 * Ok, here’s the deal with _my_ problem:
 * The placement of the WP_CACHE define matters! This is not mentioned in the readme,
   but it does matter. **Donncha: please update the readme!** I originally had it
   at the bottom of my wp-config. Now, it’s immediately after my database login 
   info. This is all it took to solve my problem.
 *  Moderator [Samuel Wood (Otto)](https://wordpress.org/support/users/otto42/)
 * (@otto42)
 * WordPress.org Admin
 * [18 years, 4 months ago](https://wordpress.org/support/topic/wp-super-cache-no-cache/#post-690768)
 * Huh. I would have thought that obvious, but perhaps not.
 * Yes, the WP_CACHE must be defined before the `require_once(ABSPATH.'wp-settings.
   php');` line. Anywhere above that in wp-config will do.
 *  [Donncha O Caoimh (a11n)](https://wordpress.org/support/users/donncha/)
 * (@donncha)
 * [18 years, 4 months ago](https://wordpress.org/support/topic/wp-super-cache-no-cache/#post-690769)
 * s2j – just checked in a change in trunk making that clearer. Thank you. I would
   have thought it was obvious too but:
    1. It’s easy to drop the define() at the
   end of the file in a moment of “oh why isn’t it working?” angst. 2. Not all WP
   users are any good at PHP!
 *  [s2j](https://wordpress.org/support/users/s2j/)
 * (@s2j)
 * [18 years, 4 months ago](https://wordpress.org/support/topic/wp-super-cache-no-cache/#post-690775)
 * The plugin complains if that line is not in the file. If you place that line 
   at the bottom of the file, the plugin stops complaining. I think that’s where
   the confusion arose.
 *  [pavs](https://wordpress.org/support/users/pavs/)
 * (@pavs)
 * [18 years, 3 months ago](https://wordpress.org/support/topic/wp-super-cache-no-cache/#post-690782)
 * Just logged into say what **tiosolid **said works.
    I spent many many days trying
   to get it work. It finally works. Thanks!!

Viewing 14 replies - 1 through 14 (of 14 total)

The topic ‘WP-Super Cache: No Cache’ is closed to new replies.

 * 14 replies
 * 9 participants
 * Last reply from: [pavs](https://wordpress.org/support/users/pavs/)
 * Last activity: [18 years, 3 months ago](https://wordpress.org/support/topic/wp-super-cache-no-cache/#post-690782)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
