Pages

Tuesday, April 22, 2014

How to solve Fatal error: Internal Zend error - Missing class information for in /server/mywebsite/wp-content/plugins/wp-super-cache/wp-cache-base.php on line 5 in wordpress?

To Solve this, just comment the below code in wp-cache-base.php file.

/*if (!class_exists('CacheMeta')) {
    class CacheMeta {
        var $dynamic = false;
        var $headers = array();
        var $uri = '';
        var $post = 0;
    }
}*/

3 comments:

  1. sir i have got same error .please tell me how to solve it "
    Fatal error: Internal Zend error - Missing class information for in /home/k4kittukrishna/public_html/wp-content/plugins/woocommerce/includes/class-wc-api.php on line 19"

    ReplyDelete