I'm pretty sure this only started after upgrading Drupal core from 6.19 to 6.20. We're using VBO, and now when I try to use it to bulk update Biblio nodes, I get these two warnings. It is happening with both Biblio 6.x-1.14 and 6x-1.15.

Warning: Invalid argument supplied for foreach() in /web/virts/ndpc/dev/public_html/sites/all/modules/biblio/biblio.contributors.inc on line 181

Warning: Cannot modify header information - headers already sent by (output started at /web/virts/ndpc/dev/public_html/sites/all/modules/biblio/biblio.contributors.inc:181) in /web/virts/ndpc/dev/public_html/includes/common.inc on line 345

Comments

rjerome’s picture

I don't know why that would have started with Drupal 6.20 (other than if your PHP warning levels have changed), but I just checked in the fix (so it will be in the next -dev build)

http://drupal.org/cvs?commit=476844

Ron.

mroswell’s picture

I'm also getting this line 181 error messsage. I use both VBO, and the editablefields module. The error seems to pop up when I'm updating a footnote, or a note, both fields that I added through the content module, and which are exposed through the editablefields module. I keep worrying that the site is going to fall apart (seeing those red error messages is a bit disconcerting) but so far, it seems if I just try again one or two or three times, eventually the entry takes, and the error goes away.

Liam Morland’s picture

Issue summary: View changes
Status: Active » Closed (outdated)

This version is no longer maintained. If this issue is still relevant to the Drupal 7 version, please re-open and provide details.