Reviewed & tested by the community
Project:
Easy Install
Version:
8.x-10.x-dev
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
14 Nov 2018 at 10:35 UTC
Updated:
7 Mar 2024 at 06:35 UTC
Jump to comment: Most recent
Comments
Comment #2
karthikeyan-manivasagam commentedCan you please provide more info on it, I don't face this issue, provide the steps to reproduce if possible, I think you might be deleted the module source files without uninstalling it.
Comment #3
karthikeyan-manivasagam commentedComment #4
karthikeyan-manivasagam commentedComment #5
mtdaveo commented1. Attempted to install Easy Install on Drupal 8.7.3 in attempt to troubleshoot this error: "Unable to install Poll, core.entity_view_mode.poll.teaser, views.view.poll_admin, views.view.poll_list already exist in active configuration."
2. Install/enable failed. I CANNOT access Extend (admin/modules) menu, but I CAN access Extend/Intall menu. ???
3. Error Log as such:
>> Symfony\Component\Routing\Exception\RouteNotFoundException: Route "easy_install.purge_configurations" does not exist. in Drupal\Core\Routing\RouteProvider->getRouteByName() (line 201 of /home/ufvrclsrz1jy/public_html/core/lib/Drupal/Core/Routing/RouteProvider.php). <<
Comment #6
dat deaf drupaler commentedRan into this issue when uninstalling this module which then broke the site.
I was able to restore the site by running `drush pmu easy_install` and then cleared (rebuild) cache with `drush cr` via command line.
Comment #7
avpadernoI noticed that the route is defined by the following lines.
The path should start with a slash, similarly to what done for the other route definition.
I am not sure this change would stop the error from being shown, though, but the route definition should be corrected.
Comment #9
avpadernoComment #10
gaurav_manerkar commentedFix looks good to me