Closed (cannot reproduce)
Project:
Trash
Version:
3.1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
30 Jan 2026 at 18:42 UTC
Updated:
28 Mar 2026 at 21:22 UTC
Jump to comment: Most recent
Comments
Comment #2
amateescu commentedTried to reproduce this and couldn't get the error. I suppose this could happen if you had more than 50 path aliases in the trash at some point, disabled the entity type in the module settings, then enabled it again and disabled again, without running cron in between. Did it happen without having so many path aliases in the trash?
Comment #3
dave reidIt's possible I had toggled and re-toggled without running cron. Should the form prevent me from changing those settings until the cron cleanup has been completed? I didn't have more than 5 aliases in the trash.
Comment #4
amateescu commentedUnchecking an entity type uninstalls the
deletedfield, so the form could check if there's any deleted field in the purging process, and give a hint about it. Do you think we should? It's not really a common use-case IMO.In any case, the field data for 5 aliases should've been purged immediately, so there was something else happening that made you bump into that error..
Comment #5
amateescu commentedLet's reopen this when it can be reproduced.