When the module file_management_view is enabled the site breaks due to routes to admin/content/file not being properly managed. The route to the core view is lost somewhere and not replaced correctly by the one provided by the module.

How to reproduce the issue:

  1. Install Drupal.
  2. Install file_management. The site works as expected. The Operations links can be added to the core view without side effects.
  3. Install file_management_view. Broken site. Uninstall file_management_view to restore the site.
Command icon Show commands

Start within a Git clone of the project using the version control instructions.

Or, if you do not have SSH keys set up on git.drupalcode.org:

Comments

kurkuma created an issue. See original summary.

dpacassi’s picture

Status: Active » Postponed (maintainer needs more info)

Hi Jorge!
Thanks for your report.
I've just tested the module on a fresh Drupal 8.7.8 installation (minimal) and everything worked as expected.
Can you retest if the file_management_view module still breaks your site?

If so, I'll need further details on how to reproduce the issue, thanks!

k.skarlatos’s picture

I also had the same problem. The php error is:
"PHP message: Uncaught PHP Exception Symfony\Component\Routing\Exception\RouteNotFoundException: "Route "view.files.page_1" does not exist." at /var/www/clients/client0/web236/web/web/core/lib/Drupal/Core/Routing/RouteProvider.php line 201"

drupal version 8.7.7

icequader’s picture

I've the same error. Drupal 8.9.6

mattbloomfield’s picture

Is anyone else still experiencing this issue? Since it's with D8 I was thinking of marking it as outdated.

stddos’s picture

Yes, I am also facing this now. Before installing the module, I tried to edit the default view, maybe because of this.

arne_hortell made their first commit to this issue’s fork.