Object-Cache.php
-
Hello, I have a client who runs a wordpress site.
He installed several plugins and received the following fatal-error:
Fatal error: Call to a member function add_global_groups() on null in /home/DATABASENAME/public_html/wp-content/object-cache.php on line 144
Line 144 of object-cache.php is:
function wp_cache_add_global_groups($groups) { global $wp_object_cache; $wp_object_cache->add_global_groups($groups);
So, I figured it was just some plugin or compatibility issue with a plugin, so I went into the database and just removed all his plugins temporarily. I tried to reload the page, but I received the exact same error.
So I went in and just renmaed ‘object-cache.php’ to another file name so it WP wouldn’t have that file to check.
Seems like I traced the problem back to some plugin called W3-Total-Cache or something or other?
Question is, what is this ‘object-cache.php’ file, what does it do, and is it necessary? His website is up and running now, I can’t tell if something is broken because I don’t have access to his WP-Admin page, I mean I could get it, but I rather not. Regardless, site seems ok, but will having this ‘object-cache.php’ file removed cause issues down the road?
Thanks.
- The topic ‘Object-Cache.php’ is closed to new replies.