• Resolved Robert Peake

    (@robertpeake)


    Upgrading to 4.4.1 produces this fatal error, and a white screen of death on our events listing pages:

    PHP Fatal error: Call to a member function get() on a non-object in /path/to/wordpress/wp-content/plugins/the-events-calendar/src/Tribe/Asset/Events_Css.php on line 55

    changing line 55 from:

    wp_enqueue_style( $name, $user_stylesheet_url, array(), $current_theme->get( 'Version' ) );

    to:

    wp_enqueue_style( $name, $user_stylesheet_url, array(), $theme->get( 'Version' ) );

    makes everything better again.

Viewing 9 replies - 1 through 9 (of 9 total)
Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Fatal Error in 4.4.1’ is closed to new replies.