I configured Views galleriffic to show image_field from Profile2.

I fullfilled all 4 fileds of gallerific: title, description, main image, thumbnail image and it accepted correctly. In fact, I had before from drupal 6 project and i followed the same structure to ease my life :-) In D6 is working correctly, but in D7 raised up this error (see attached image).

Thanks in advance.

CommentFileSizeAuthor
#1 Undefined_index_line_7.patch963 byteshongquan
screenshot.png101.18 KBRaulMuroc
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

hongquan’s picture

FileSize
963 bytes

Here is the patch for Views Galleriffic.
However, there are still bug in Views module, which return null data, leading to this error.

acouch’s picture

Status: Active » Fixed

I committed this. Thanks for the patch.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

hawkeye.twolf’s picture

This patch still needs to be committed, please! See #1773972: Committing two patches. Thanks!

illus0r’s picture

I noticed, this error appears, when i have no images in gallery.
I've tryed adding filter for type=gallery, but no effect.

Finally i've found a solution: add filter for gallery view image:fid = NOT NULL, now all works fine.

Thank you for great module!

acouch’s picture

Status: Closed (fixed) » Needs review
sBonde’s picture

Thanks a lot illus0r, your fix worked great! :-)