Closed (fixed)
Project:
FlowDrop
Version:
1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
3 Feb 2026 at 16:44 UTC
Updated:
23 Feb 2026 at 21:19 UTC
Jump to comment: Most recent
The TriggerManager service was causing a White Screen of Death (WSOD) when Drupal attempted to serialize it during certain operations. This prevented workflows from executing properly when triggers were involved.
The TriggerManager class contained non-serializable dependencies that were not properly handled during PHP serialization.
Applied proper serialization handling to the TriggerManager service to ensure it can be safely serialized and unserialized during Drupal's normal operations.
Comments
Comment #2
gxleano commentedI have contributed (not only by code, but discussion, presentation, testing or anything related).
Comment #3
d34dman commented