Im Falle, dass beispielsweise das Update der Datenbank einen Fehler anzeigt, mit dem Verweis auf ein nicht existenten Entity, dann ist der zumeist in der Konfiguration versteckt, womöglich weil da Modul nicht vollständig deinstalliert wurde.
Most of the troublesome database entries are in the config table.
You can use the error list produced above when trying to install the module to track down the rows to purge.
In the database a query such as:
SELECT name FROM config WHERE name LIKE '%support_ticket%';should show you most of the problematic entries.
Quelle:
https://drupal.stackexchange.com/questions/295996/manually-removing-an-…
Tags