Image & FileField $node conflict
mikeytown2 - March 29, 2009 - 04:32
| Project: | Imagecache Actions |
| Version: | 6.x-1.x-dev |
| Component: | Miscellaneous |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
Description
when using the patch that we made #363434: Text Overlay using Node Data if you have Image & FileField installed, and the node only contains ImageFields, a Image node is returned instead of the correct node.

#1
Last I looked, image.module and imagefield were marked as being incompatible, so it's rare you'd be using both at once.
The logic can probably be tightened a bit. The 'node' it grabs is pretty ad-hoc.
#2
looks like I didn't the incompatible memo, lol. You can use both of them, it works; although it's not smart since image module might show up on the chopping block.