hello, I'm trying to create a new content which use an ImageField, and I get this error:
warning: in_array() [function.in-array]: Wrong datatype for second argument in /opt/lampp/htdocs/drupalportal/modules/filefield/filefield.module on line 289.
I'm new to submitting this kind of things, could you please help me to supply the information you need?
thank you
PS: I posted this issue in the wrong section (CCK), so please ignore http://drupal.org/node/315768 , sorry
Comments
Comment #1
fracti0n commentedthe same here...
Comment #2
drupaloo-1 commentedsame here two .........
The content I created has been blown away after I added an image field to a CCK content type
Comment #3
brmassa commentedDarrel,
on filefield.module, line 285: change to:
it fixes the message coz it checks if the $form['#submit'] and '#validate' exists first...
regards,
massa
Comment #4
blackdog commentedFixed in #308832: Wrong datatype for second argument filefield.module on line 289..