Closed (fixed)
Project:
ImageField
Version:
6.x-3.0-alpha2
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
8 Sep 2008 at 19:40 UTC
Updated:
18 Mar 2009 at 19:30 UTC
CCK version: 6.x-2.0-rc4
imagefield version: DRUPAL-6--3-0-ALPHA-2
permissions for your tmp and files directory. 770
download method (public or private files) public
imagefield configuration : GD
expected results : normal file upload
the unexpected actual results : Fatal error: Unsupported operand types in imagefield.module on line 197
Steps to reproduce the problem. : visit any node editing form that contains an imagefield
I'm not sure why, but this bug doesn't manifest itself on all of my sites.
| Comment | File | Size | Author |
|---|---|---|---|
| Unsupported_operand.patch | 673 bytes | grendzy |
Comments
Comment #1
drewish commentedwhat version of filefield are you using?
Comment #2
grendzy commentedThanks for the hint on filefield. I must have been using an early dev version from CVS, because the .info file didn't even have a version.
Upgrading to the newest fixed the problem.
I am curious, though, about the += operator in the patch. In filefield.module,
element['#upload_validators']is an array.Comment #3
quicksketchClosing since this problem was fixed long ago.