How's it going? Nice to be here. I'm having a really annoying error. I comment my situation:

I have installed drupal manually, without "Compose" and through XAMPP and so far everything is fine. But when I want to access the MODULES, I get the following error:

  • "The website encountered an unexpected error. Please try again later."

So, I've gone to Reports, "Recent Log Messages" and I've run into the following error:

Symfony\Component\Routing\Exception\RouteNotFoundException: Route "update.status" does not exist. in Drupal\Core\Routing\RouteProvider->getRouteByName() (line 206 of C:\xampp\htdocs\MyFolder\core\lib \Drupal\Core\Routing\RouteProvider.php).

I have gone to the directory, I have opened the mentioned file, and indeed, such a thing as "update.status" does NOT exist...

I am looking forward to any response to help me understand what is going on.

In advance, thank you very much for your time and attention.

Greetings,

RICCM Staff.

Comments

andrewlab’s picture

I had the same error after installing drupal 10.2.3.  At first, I uninstalled update module via drush:

> drush un update

and then enabled it in UI