Title: WordPress Cache Fatal Error
Last modified: August 19, 2016

---

# WordPress Cache Fatal Error

 *  [kzq](https://wordpress.org/support/users/kzq/)
 * (@kzq)
 * [16 years, 4 months ago](https://wordpress.org/support/topic/php-fatal-error-4/)
 * I have facing following error in php error log. How to solve this following problem?
 * PHP Fatal error: Call to a member function get() on a non-object in …\wp-includes\
   cache.php on line 93

Viewing 1 replies (of 1 total)

 *  [Jer Clarke](https://wordpress.org/support/users/jeremyclarke/)
 * (@jeremyclarke)
 * [16 years ago](https://wordpress.org/support/topic/php-fatal-error-4/#post-1350222)
 * I’m also seeing this in my error logs. The function referenced is very short:
 *     ```
       function wp_cache_get($id, $flag = '') {
       	global $wp_object_cache;
   
       	return $wp_object_cache->get($id, $flag);
       }
       ```
   
 * I don’t know what is wrong. Are you running wp-supercache? That is what I’m using
   so it could be a subtle problem.
 * It doesn’t seem to me that anything is broken about the site as a result of this
   error, which is strange.

Viewing 1 replies (of 1 total)

The topic ‘WordPress Cache Fatal Error’ is closed to new replies.

## Tags

 * [cache.php](https://wordpress.org/support/topic-tag/cache-php/)
 * [PHP Fatal error](https://wordpress.org/support/topic-tag/php-fatal-error/)
 * [wp_cache_get](https://wordpress.org/support/topic-tag/wp_cache_get/)

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 1 reply
 * 2 participants
 * Last reply from: [Jer Clarke](https://wordpress.org/support/users/jeremyclarke/)
 * Last activity: [16 years ago](https://wordpress.org/support/topic/php-fatal-error-4/#post-1350222)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
