Hi,
This is just short of stabbing in the dark - but hoping there's an solution here :)
I'm building a view of a cck node that has multiple imagefield entries. When I 'group multiple values' and want to show 1 entry starting at 0, I see this:
warning: Invalid argument supplied for foreach() in /Applications/MAMP/htdocs/kamp/sites/all/modules/cck/includes/content.views.inc on line 554.
These are the relevant module versions:
cck-6.x-2.0-rc6
filefield-6.x-3.0-alpha3
imageapi-6.x-1.0-alpha2
imagecache-6.x-1.0-alpha2
imagefield-6.x-3.x-dev
views-6-1.x-2.0-rc1
Any ideas how I might go about fixing this?
Thanks :) Scott
Comments
Comment #1
scottm316 commentedSame here. Same modules installed. Although on a LAMP not a MAMP. Subscribing...
Comment #2
B.P.B commentedcontent.views.inc
This is an error within the CCK module, not filefield. You are in luck though, as it was already resolved. Upgrade to the latest DEV of CCK and you should be able to display 1 starting from 0.
Comment #3
drewish commented