Getting the following error when trying to upload images using the bulk uploader:

Cannot modify header information - headers already sent by (output started at C:\path\to\drupal\includes\image.gd.inc:212) in C:\path\to\drupal\includes\common.inc on line 141.

In the log entry, it says it is on the 'fupload/js/image' page. I am unable to upload images because of this.

Comments

grandcat’s picture

Category: bug » support
Status: Active » Closed (won't fix)

It's not a bug of image fupload. This could be a Drupal bug or more I think, another contributed module does cause it.

j_ten_man’s picture

I figured this out I think. I had created a CCK type of 'image' which is what the Image module uses for its content type. As soon as I renamed the type, everything worked great.