- 🇩🇪Germany Anybody Porta Westfalica
Just ran into this issue again trying to uninstall rh_node!
Unknown column 'rh_action' in 'where clause'
and module can't be uninstalled! - 🇯🇴Jordan bmustafa
what a rabbit hole i fall in by installing this module, stuck here
- 🇯🇴Jordan bmustafa
Okay, I resolved by installing
drush entup
https://www.drupal.org/project/devel_entity_updates →
then it fixed the mismatched fields
then i issued drush pmu rabbit_hole
then i got error , because memory 128mb was exceeded for php, so i increased, memory and finally got rid of that rabbit hole module, sorry, but i can't afford buggy modules in my site.
hope that module gets good care and extra polishing.
- 🇺🇸United States DamienMcKenna NH, USA
To anyone who used Devel Entity Updates to fix this - was there any change in the site's configuration afterwards, or was it just the database that was changed?
- Status changed to Closed: won't fix
over 1 year ago 3:01pm 8 July 2023 - 🇺🇦Ukraine Matroskeen 🇺🇦 Ukraine, Lutsk
This issue won't be fixed in
8.x-1.x
version. You're welcome to upgrade to2.0.x
, which provides another data model and hopefully doesn't have this issue. See the change record for more details of 2.0.x version: https://www.drupal.org/node/3359194 → - 🇿🇦South Africa Gomez_in_the_South
I came to this thread after seeing this error. Running the steps mentioned in #27 did resolve it.
To answer @DamienMcKenna's question - no - there were no config changes present after running the entity updates.I have also been looking at the 2.x branch, which I understand doesn't have this issue.
I was however having issues with the upgrade to 2.x (as mentioned here 🐛 'rh_action' not found Active ). I seem to be able to avoid those issues by first fixing this issue with the entity updates whilst on 1.x.