8.X to 9.X upgrade error

hi we developed a package for 8.X and installed it at 9.X the same package but when I access the package dashboard page it is showing the following error can someone please help

Error

Call to a member function get() on null

$_breadcrumb = $this->elementManager->get($this->getBreadcrumbElement(), [
            'breadcrumb' => $breadcrumb
        ]);

If your package’s Dashboard page controllers define the on_start() method, make sure they also call parent::on_start()

1 Like