Posted by mariodrupal on July 27, 2012 at 2:34pm
4 followers
| Project: | Image Matrix |
| Version: | 7.x-1.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed (fixed) |
Issue Summary
Hi,
I had a working image matrix before update. Now it does not work any more.
Ideas?
Comments
#1
Update.
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).
#2
What field type are you using as the source of your images?
#3
Well, 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.
#4
Sorry, 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?
#5
I have the same problem.
After I've commented tree lines from 313 all began work.
// if ($item['type'] != 'image') {
// continue;
// }
#6
Ok, could you var_dump (or anything similar) content of your
$itemfor me please?#7
Here you are
#8
Thanks IRONFELIX! Interesting - you're using normal
imagetype field?#9
Yes. It's the standart image field.
#10
Ok, then I guess for some reason your standard
imagefield works differently from mine. Anyway, new version just pushed, should work fine now.#11
Automatically closed -- issue fixed for 2 weeks with no activity.