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

riaan burger’s picture

I 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;

smithn.nc’s picture

Subscribe. I've got the same issue. >_<

Anonymous’s picture

The 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.

Anonymous’s picture

I've got the same warning, but no controls.

EDIT: This was fixed by rolling back to Views 2.2

sun’s picture

Status: Active » Closed (duplicate)

I think this got fixed in the meantime. Feel free to re-open if not.