Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi Mypersonalaccent,

    I think you and I are experiencing the same issue. If you set WP_DEBUG to true, do you get an error.

    This is the error I get:
    PHP Fatal error: Internal Zend error - Missing class information for in /var/www/vhosts/[site name]/wp-content/plugins/wp-super-cache/wp-cache-base.php on line 5

    I don’t know the solution, so if the developers could hop in, that’d be great!

    Thanks,
    Faison

    Thread Starter mypersonalaccent

    (@mypersonalaccent)

    Interesting. That appears to be this line:

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

    I’ve run it through a code checker and nothing comes up. I’m not sure how to check for that class or implement it otherwise.

    If I am correct it is saying, if CacheMeta does not exist, then run those parameters for CacheMeta.

    Amber

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘White Screen – Site not loading when enabled’ is closed to new replies.