Closed (fixed)
Project:
Content fixtures
Version:
3.1.0
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
11 Apr 2022 at 13:39 UTC
Updated:
2 Jun 2022 at 10:34 UTC
Jump to comment: Most recent
When deleting an entity from database but keeping the entity code ContentPurge::getContentEntityTypes() will find the deleted entity and will throw an error like:
Base table or view not found: 1146 Table 'db.entity_table' doesn't exist
Check the installation of the entities before trying to purge them.
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #5
luke_nuke commentedThanks for your contribution! I think it requires a test case. Do you have an idea how we could test that?
Comment #7
luke_nuke commentedBranch have been supplied with tests and merged in. Thank you for your contribution! 🎉