Clicking on button Upload on an image field shows this error message:
An error occurred while attempting to process /file/ajax/field_image/und/0/form-_UK2ipoZYiucuPLUCSEgpUCTHgGA4tI_odCk1FRGKfM: Cannot read property 'field' of undefined
Not sure if this is an ajax or an image field problem so or it's the result of a conflict with a third party module.
Comments
Comment #1
neRok commentedYou need to click browse and search for an image before clicking upload. Did you do this?
Changing to a support request until we actually discover a reproducible bug.
Comment #2
jcsnyder commentedI'm having the same issue using IE10. FF & Chrome work fine.
I've done a few hours of searching before I found this. My only potential lead so far is related to modifying css with javascript... Happy to provide any more details, but I've found it pretty hard to figure this one out. I've clicked the browse button to select an image, then when I click the upload button, I get the error. I have custom css to style the file upload input into a nice button (opacity 0, border, absolute positioning, etc). I'm also using imagefield_crop and a few other modules.
Much thx.
Comment #3
karthikkumarbodu commentedHi,
Can you please let me know which module you are using for the file upload.
Thanks,
Karthik Kumar
Comment #4
jcsnyder commentedHi Karthik,
I've been working on this issue more this morning, and I've just realized that the file is uploading and appears in the file_managed table with status = 0 correctly when using IE10. My apologies, but the issue does not appear to be core, but rather something to do with imagefield_crop and IE acting funny with firing change events... Sorry for the false alarm.
Not sure if it's related at all, but I DO still get the upload error I mentioned earlier when using IE10 Compatibility Mode (after clicking F12 in IE10).
Much thanks,
John
Comment #5
karthikkumarbodu commentedHi John,
Can you please check if the issue is related to browser proxy in IE10, because sometimes even i got the same kind errors with proxy configurations and SSL certificates.
Thanks,
Karthik Kumar