I don't know if this is an Image Assist problem or a Views problem, but I am posting it here because I think this is where it goes.
I'm getting this error in my image assist window.
warning: Invalid argument supplied for foreach() in /home/.lukas/saintandrew/saintandy.org/modules/views/includes/base.inc on line 61.
This began after upgrading my views module to the latest version yesterday. Any suggestions?
Comments
Comment #1
riaan burger commentedI added this line before line 61 mentioned in the error message for my development site as a quick-fix in the mean time:
$options = (array)$options;
Comment #2
smithn.nc commentedSubscribe. I've got the same issue. >_<
Comment #3
Anonymous (not verified) commentedThe same problem here. The warning displays in both frames in the assist browser. However, it does not seem to be fatal, just really irritating. Scrolling below the warning reveals the normal controls.
Comment #4
Anonymous (not verified) commentedI've got the same warning, but no controls.
EDIT: This was fixed by rolling back to Views 2.2
Comment #5
sunI think this got fixed in the meantime. Feel free to re-open if not.