Hello,
1) Steps to reproduce the bug
- Install any module (in my case it is paragraph)
- create some content related to the installed module
- Try to uninstall the module it will ask you to remove the entities before uninstalling the module,
2) Expected behaviour: It should remove the entities.
3) Unexpected error:
After clicking on the link to remove entities it throws following error:
InvalidArgumentException: The controller for URI "" is not callable. in Drupal\Core\Controller\ControllerResolver
>getControllerFromDefinition() (line 77 of core/lib/Drupal/Core/Controller/ControllerResolver.php).
# Other information:
- I recently updated drupal core from 8.2.x to 8.3.2
- OS: Ubuntu 16.04
- PHP version: 7.0
- Server: nginx/1.10.0 (Ubuntu)
- URl: http://{{base_url}}/admin/modules/uninstall/entity/paragraph
| Comment | File | Size | Author |
|---|---|---|---|
| remove-entities-error.txt | 3.26 KB | arifkhn46 |
Comments
Comment #2
arifkhn46 commentedComment #3
cilefen commentedComment #4
cilefen commentedComment #5
arifkhn46 commentedI think following issue is related to this ticket:
https://www.drupal.org/node/2862702
Comment #6
arifkhn46 commentedI found the patch from the ticket PrepareModulesEntityUninstallForm::formTitle does not exist , see comment #3
It resolve the issue perfectly.
Comment #7
cilefen commented