When i use my view without contextual filters (taxonomy) module works fine. When I use it with contxet filter I get following message for each pic, no pics come up:

Notice: Undefined index: tid in theme_views_view_galleria() (line 87 of /.../sites/all/modules/galleria/theme/theme.inc).

Comments

bsandor’s picture

Wow. It might be because this view has type 'term' ..!?

Going to check it later on.

bsandor’s picture

Title: When using contextual filters (taxonomy): Undefined index: tid in theme_views_view_galleria() (line 87 of .../theme.inc » View type has to be the type that contains the pics. It can't be taxonomy etc.
Status: Active » Closed (works as designed)

Yes correct.

So basicly view type has to be an entity that has the pics themselves.

Now my view is my pics entity type with CONTEXTUAL FILTER: photo: Term and it works fine.

Also changed Issue Title accordingly.