I am using the latests (non-dev) release and i just got nailed by this issue. luckily i just reverted to a daily backup of the database.
If you uninstall the module without first disabling the "Views attachment tabs" setting under Structure > Views > Settings > Advanced, the site crashes with a wsod and the following error, "The website encountered an unexpected error. Please try again later." In the command line, an error output throws the following message after pm:uninstall, "Error Output: In DiscoveryTrait.php line 53:
The "views_attachment_tabs_extender" plugin does not exist. Valid plugin ID
s for Drupal\views\Plugin\ViewsPluginManager are: default"
Re-enabling the module via Drush, then disabling the "Views attachment tabs" setting, then re-uninstalling module will recover the site from the wsod.
Needs review
1.1
Miscellaneous
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
I am using the latests (non-dev) release and i just got nailed by this issue. luckily i just reverted to a daily backup of the database.