Hi,
I install the module and test it on a 2.6.17 system. I get this error:
Error: Call to a member function count() on null (line 555 /path/to/the/module/ImagesManager.module);
If I change the line 555 and 557 like the following, it works as expected.
if($res->myimagefield->count()){ $imageUrl = $res->image->first->url; $thumb = $res->myimagefield->first->size(120,0)->url; }
Any clues for me??
Gideon So