Closed (fixed)
Project:
Image Matrix
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
27 Jul 2012 at 14:34 UTC
Updated:
13 Aug 2012 at 18:01 UTC
Jump to comment: Most recent file
Comments
Comment #1
mariodrupal commentedUpdate.
the error found in logs:
Notice: Undefined index: type in imagematrix_field_formatter_view() (linea 313 di /home/myaccount/public_html/sites/all/modules/imagematrix/imagematrix.field.inc).
Comment #2
maciej.zgadzaj commentedWhat field type are you using as the source of your images?
Comment #3
mariodrupal commentedWell, I had a photo field added to taxonomy term, and made a term view that was working well with the previous release. With the last release tried a content view of photo fields but always get the same error message.
Comment #4
maciej.zgadzaj commentedSorry, but there is no
photofield, not that I would know of anyway. You meant animagefield I assume? The most recent version still works fine withimagefields, also in taxonomy entities (just re-tested).Could you provide screenshots of your IM view and field configuration?
Comment #5
IRONFELIX commentedI have the same problem.
After I've commented tree lines from 313 all began work.
// if ($item['type'] != 'image') {
// continue;
// }
Comment #6
maciej.zgadzaj commentedOk, could you var_dump (or anything similar) content of your
$itemfor me please?Comment #7
IRONFELIX commentedHere you are
Comment #8
maciej.zgadzaj commentedThanks IRONFELIX! Interesting - you're using normal
imagetype field?Comment #9
IRONFELIX commentedYes. It's the standart image field.
Comment #10
maciej.zgadzaj commentedOk, then I guess for some reason your standard
imagefield works differently from mine. Anyway, new version just pushed, should work fine now.