Closed (duplicate)
Project:
Link checker
Version:
2.0.2
Component:
Code
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
3 Jul 2025 at 14:28 UTC
Updated:
7 Aug 2025 at 15:51 UTC
Jump to comment: Most recent
Upgrading from 2.0.0 to 2.0.2 causes site to white screen on saving content and causes drush updb to error.
I suspect this is due to removing the requirement on Dynamic Entity Reference without providing an update hook to uninstall it first.
Re-add Dynamic Entity Reference as a dependency and provide a proper update hook to uninstall the module before removing it entirely.
This will absolutely cause issues going from 2.0.x to 2.1.x as well assuming there's no update hook to uninstall the dependency.
Comments
Comment #2
nickdjmFor reference: It is specifically this commit that is the issue: https://git.drupalcode.org/project/linkchecker/-/commit/5961f6777206e874...
Comment #3
butterwise commentedJust confirming this behavior. Adding DER to my composer allowed me to proceed with the update and db update.
Comment #4
butterwise commentedAlso, this appears to be a duplicate of 3533235.
Comment #5
joseph.olstadPlease see documentation issue for the fix/workaround.
#3524553: Upgrading from 2.0 to 2.1 removes DER module without uninstalling it first