• We get this when we update:
    PHP Fatal error: Uncaught Error: Call to a member function get_options() on null in /classes/maps.php on line 116.

    This is what’s on line 116

    	// Default Options
    	$defaults = $simple_map->get_options();

    Issue here is that referenced method get_options is not found in subject class. This prevents updating the rest of our site(s) when using wp-cli. Please advise, thanks.

  • The topic ‘Throws fatal PHP error when updating’ is closed to new replies.