$image->resource, not $image->res.
Deciphered - March 14, 2009 - 08:57
| Project: | Imagecache Effects |
| Version: | 6.x-1.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | critical |
| Assigned: | Unassigned |
| Status: | reviewed & tested by the community |
Description
The current module appears to be broken, it's referencing $image->res when it should be referencing $image->resource.
Patch attached.
| Attachment | Size |
|---|---|
| imagecache_effects-res_to_resource.patch | 4.13 KB |

#1
Yeah, this module is useless without this patch.
#2
Good find. An update would be great :)
#3
THANK YOU SIR
I can't belive I had to find this thread in order to make the module work. It'd be so easy to update it!!!
I mean, there are issues posted by people who can't use this module. And they were never answered, at least not mine.
Of course, thank you to the module's creator, but, man!!, you made me have a hard time...... geez. I guess he's working on merging this module with Imegacache Actions, but hey, let us know in the project's page.
Thanks again y'all again anyway.
#4
Here's imageapi.inc with this patch applied. It worked perfectly for me, thanks a million!