• Esther

    (@esther-moudy-gummere)


    I’ve never seen this message before:

    “Fatal error: Call to a member function get() on a non-object in /home3/jacky/public_html/wp-includes/query.php on line 27”

    The code in question is only the last line of this:

    function get_query_var($var) {
    	global $wp_query;
    
    	return $wp_query->get($var);

    I don’t know what’s going on?

  • The topic ‘Page won't load based on query problem- help!’ is closed to new replies.