the latest version of yaml form 8.x-1.x-dev (2016-May-06) have uninstall problems.
module can't uninstalling because yaml form module is using by yaml form.
drupal 8.1.1 - php: 7.x
the latest version of yaml form 8.x-1.x-dev (2016-May-06) have uninstall problems.
module can't uninstalling because yaml form module is using by yaml form.
drupal 8.1.1 - php: 7.x
Comments
Comment #2
jrockowitz commentedYep, I ran into the issue locally yesterday, spent a very frustrating hour trying to figure it out, and pushed a fix this morning.
The Features module had a bug where it was updating the yamlform.info.yml file and declaring the yamlform module a dependency on itself, thus making it impossible to uninstall the module.
See #2607782: Feature should not declare dependency on itself
I fixed the issue and you should download the latest dev release and then uninstall the YAML form module.
Comment #3
NetNerdy commentedHi Jacob (Rockowitz),
wunderful work - fast respond --> Chapeau!
I have tested it out on localhost ==> fixed...issue can be closed ;)
Thank you very much!
Best regards, Joerg
Comment #4
NetNerdy commentedHi Jacob (Rockowitz),
wunderful work - fast respond --> Chapeau!
I have tested it out on localhost ==> fixed...issue can be closed ;)
Thank you very much!
Best regards, Joerg
sorry - duplicated
Comment #5
hoporr commentedVersion 8.x-1.0-beta21 has this problem.
In the yamlform.info.yml file, it says:
dependencies:
- field
- user
- yamlform
So it declares a dependency on itself, and can't uninstall.
Once you take out that last line, it uninstalls fine.