Posted by mikeytown2 on March 29, 2009 at 4:32am
Jump to:
| Project: | ImageCache Actions |
| Version: | 6.x-1.x-dev |
| Component: | Miscellaneous |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed (fixed) |
Issue Summary
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.
Comments
#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.
#3
Are you saying that disabling or removing the image module will fix this conflict?
I am trying to access node data from an imagecache action.
#4
Oops. Double post.
#5
disabling the image module will fix this conflict.
#6
The image vs imagefield thing should not matter for imagecache actions
it works from whatever data is available - from either module.
If it doesn't work- that's a possibility but it should not be from module conflicts
... In theory
#7