Hi Folks,
this module worked fine before we made some changes (can't remember what was changed since it worked last because we didn't realise it directly. I think we updated PHP 5.x)
So.. after this "changes" I can upload images correctly, they are processed correctly and the preview is showing up and on the node view they are also showing up correctly. BUT... when I go back to the node and edit it... NO image previews are available and therefor I cannot change move or whatever on the uploaded images. I'm working in multiple images per node mode.

Any idea??

I already updated Drupal and all common modules like filefield, etc.

Comments

mottolini’s picture

Same problem here...
Uploading works as usual, but when I go to edit the node I get an empty list of images. Looking at the source code of the page, there is no reference to any image, so it's not a problem of CSS or javascript.
At the same time if I change the display widget back to (normal) image, I'm able again to edit images and associated text.
So, even if the problem is probably due to some module that I updated, the bug seems to be in Image FUpload.
I'll try to investigate further, but currently the only workaround is to not use FUpload anymore...

morphosis7’s picture

We are running into the same problem, it appears. After noticing that our image fields were not visible in the node edit screen (as #2, I looked at the source code and saw no reference to any image field). I created a new content type, added an image field with the Image widget type, created and edited a node - all was fine. I then switched the widget type to Image FUPload, and now on the edit screen I see no reference to the image field.

This server recently (earlier this week) upgraded from the apache.org binary of httpd 2.2.17 to the apachelounge binary of httpd 2.2.21. PHP upgraded in the process from 5.2.13 to 5.3.8. The underlying OS is 64-bit Windows Server.

I have not yet attempted to downgrade back to PHP 5.2.x, but that will probably happen next.

rootdownmedia’s picture

+1 I am having the same issue. I'm not sure what change triggered this bug, but I am now unable to edit any nodes with Image Fupload images. This is extremely problematic.

I am able to see the Upload Image icon, but under the Upload Photos / Order table, there are no images listed.

Was anyone able to resolve this?

morphosis7’s picture

@3, I have not - we are currently trying to build a workaround using swfupload directly, and then re-importing into separate nodes. If your use case doesn't require images to be split into separate nodes, I'd recommend looking at jqp and swfupload projects.

rico.schaefer’s picture

We have the same problem, too. Any solution available? I don't wan't to change the module.

janwalhof’s picture

Version: 6.x-3.x-dev » 6.x-3.0-rc2

in file ..all/modules/image_fupload/image_fupload_imagefield/image_fupload_imagefield_widget.inc

Last function:

remove(-): function theme_image_fupload_imagefield_widget(&$element) {
add inplace(+): function theme_image_fupload_imagefield_widget($element) {

Solved (for me)!!!
(I use Linux,Apache,php 5.3)

Rob_Feature’s picture

#6 didn't solve this for me, unfortunately.

frednwright’s picture

Had the same issue across a bunch of sites. I had to downgrade my server to php 5.2 and that did the trick. Not a good long-term solution though.

trevorforrest’s picture

#6 Worked Perfectly for me

vtamas’s picture

The patch from https://drupal.org/node/619632#comment-4871138 fixed the issue for me.