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
Comment #1
grandcat commentedIt's not a bug of image fupload. This could be a Drupal bug or more I think, another contributed module does cause it.
Comment #2
j_ten_man commentedI 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.