When uninstalling the module at the same time as webform via drush:
drush pm-uninstall webform webform_ui webform_encrypt

I got this error:
PHP Error: Call to a member function setStorageClass() on null in /modules/contrib/webform_encrypt/webform_encrypt.module on line 44

The process terminated and now the site is continuously showing that error, which means that webform was uninstalled but not webform_encrypt.

CommentFileSizeAuthor
#2 3037613-2.patch940 bytesManuel Garcia
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

Manuel Garcia created an issue. See original summary.

Manuel Garcia’s picture

Issue summary: View changes
Status: Active » Needs review
FileSize
940 bytes

This will prevent any site that runs into this strange scenario from getting stuck with this error, and should not harm anything I believe.

The problem here appears to be that webform was uninstalled in the same command, but apparently getting uninstalled before webform_encrypt for some reason.

Status: Needs review » Needs work

The last submitted patch, 2: 3037613-2.patch, failed testing. View results

vijaycs85’s picture

Status: Needs work » Needs review

Looks good to me @Manuel Garcia. +1 to RTBC. Probably the tests are failing at the HEAD. I just kicked one to see if so. Leaving it needs review until know the source of test failure.

Manuel Garcia’s picture

vijaycs85’s picture

Status: Needs review » Fixed

Thank you!

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.