- Issue created by @campbellt_
- 🇮🇳India yash_khandelwal Mumbai
I tried translatable_menu_link_uri:^2.0 on drupal 9 site and followed steps suggested by you. Module can be uninstall easily without any issue.
Please use this - composer require 'drupal/translatable_menu_link_uri:^2.0'
- Status changed to Closed: cannot reproduce
over 1 year ago 9:43am 7 June 2023 - Status changed to RTBC
over 1 year ago 10:09am 7 June 2023 - 🇺🇸United States hockey2112
I ran into the same issue and was able to resolve it with these steps:
- composer require 'drupal/translatable_menu_link_uri:^2.0'
- Add the file described in this patch: https://www.drupal.org/project/translatable_menu_link_uri/issues/3090263... 🐛 WSOD error - Unable to uninstall due to SQL Integrity Constraint Violation Closed: cannot reproduce
- Clear cache
- Uninstall via Drupal admin
- composer remove drupal/translatable_menu_link_uri
- Status changed to Closed: works as designed
9 months ago 3:21am 4 April 2024 - 🇦🇺Australia campbellt_
Closing this issue. If someone comes across this, please try the steps provided by @hockey2112