Hey there,
I have problems with flexifield/imagefield.
I have all the latest release and the "FlexiField FileField Integration" module activated.
When I try to upload image in a flexifield (it works well when it's not in a flexifield), I have a http 0 error. Example :
Une erreur HTTP 0 s'est produite.
/drupal/flexifield-filefield/ahah/fieldclient/field_logo_client/0/group_partners%3Afield_client%3A0%3Avalue%3Agroup_clients
The url is strange, how can I replace the %3A to /
Thanks for your help !
EDIT: trying this (http://drupal.org/node/860358) resolves the http 0 error and the image is well updated but once the image is updated, the upload field disappears and nothing seems to be saved in the node (when I save and modify to see the infos)
Thanks
Comments
Comment #1
yoda-fr commentedHello,
installing ahah_script_ensurer and ahah_style_ensurer modules seems to solve the problem.
Thanks
Comment #2
nir commentedI'm getting the same error with imagefield,
but http://drupal.org/node/860358 didn't help the http 0 error
thanks
Comment #3
jjemmett commentedfilefield_edit_access recently updated to take two parameters. In investigating our own HTTP error 0 issue, I found that flexifield_filefield.module is passing in only 1 parameter.
See if our fix helps you:
Comment #4
jjemmett commentedComment #5
aminalid commentedSame here, have you found a solution?
Comment #6
K-Max commentedThis is a dupe of #853742: filefield.module updates on filefield_edit_access() breaks flexifield saving. . Above code only fixes the problem partially.