Not sure exactly what is causing this issue. Drupal 6.17 with the latest ImageField and FileField modules (6.x-3.6). I use filefield to insert a views slideshow into a particular content type. Each slide is a linked image to a different place on the site.
Prior to updating to 6.x-3.6, the output for the field was fine. Alt and title texts came through fine. Since updating both modules, the image field is now built like so: <img class="imagefield imagefield-field_slide" width="a" height="a" title="a" alt="a". Reverting FileField to 3.5 and keeping ImageField at 3.6 fixes the issue.
Additionally, the slideshow appears overlapped on top of the other content on the page in Chrome/Firefox, and doesn't appear at all in IE7. Is this something to do with the latest CSS changes (clear-block removal)?
Comments
Comment #1
quicksketchMy guess is this is caused by #841212: warning: array_merge() [function.array-merge]: Argument #1 is not an array in..../filefield_field.inc on line 292., which unserializes information in the $file['data'] array for Views.
Comment #2
drumnjo commentedi also had to restore filefiled to 3.5 and left the new imagefield
the new 3.6 filefield disabled all of my views pages, which is all my pages except the home pg
very frustrating
please test and fix
Comment #3
drumnjo commentedany progress on this???
your update don't work w/ views!
hello?
Comment #4
quicksketchIf this was related to #841212: warning: array_merge() [function.array-merge]: Argument #1 is not an array in..../filefield_field.inc on line 292. (which I think it was). It has been fixed in the 3.7 versions of ImageField and FileField. Please reopen if this is not the case.