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:
- Install Drupal.
- Install file_management. The site works as expected. The Operations links can be added to the core view without side effects.
- Install file_management_view. Broken site. Uninstall file_management_view to restore the site.
Issue fork file_management-3081139
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
Comment #2
dpacassiHi 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!
Comment #3
k.skarlatos commentedI 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
Comment #4
icequader commentedI've the same error. Drupal 8.9.6
Comment #5
mattbloomfield commentedIs anyone else still experiencing this issue? Since it's with D8 I was thinking of marking it as outdated.
Comment #6
stddos commentedYes, I am also facing this now. Before installing the module, I tried to edit the default view, maybe because of this.