Closed (outdated)
Project:
Link Image Field
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
13 Oct 2009 at 13:00 UTC
Updated:
24 Oct 2025 at 11:33 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
johnfyoung commentedJoachim -
Question: what does Drupal do if those dependencies are disabled or uninstalled while linkimagefield is still enabled?
Does drupal fail gracefully or does it throw up the white screen of death?
Comment #2
joachim commentedThe module admin page won't let that happen; nor will drush.
If a system admin goes changing the system table by hand, then it's their problem, and it's not up to modules to account for that.
Comment #3
hefox commentedFirst thing I thought when viewing the .module.
Patch attached, the include modeled after how filefield includes it's filefield_widget.inc
Comment #4
mattcasey commented+1 this patch to reduce module cruft
Comment #5
hefox commentedComment #6
pfrenssenLooks good.
Comment #7
sickness29 commentedDevelopment or support is not planned for D6. All D6-related issues are marked as outdated in a bunch.
Everyone can apply the patch above (not tested by the maintainers, tested by the community) to their D6 projects.
If the issue remains relevant for D10+ versions, merge requests with proposed solutions for a new module version (D10+) are welcome in a new follow-up issue.
Thanks!