When I try uploading images in a custom content type via fupload, I am unable to save the node. I select my images, click 'save' and nothing happens. The browser pages jumps to the fupload uploaded list, but nothing changes. If I click 'save' again, I get the Javascript popup telling me I have no images selected. If I click OK, still nothing happens. If I close out of the page, it turns out that the node actually was created, but no images were attached.

I never see a 'next step' button or an 'upload images' button. See attached screen shot - http://drupal.org/files/shot.jpg.

I've tried uninstalling and reinstalling image_fupload. I've tried it in Chrome and Firefox (mac) and I still have the issue.

CommentFileSizeAuthor
#10 image_f_upload_issue.jpg19.58 KBnikitas
shot.jpg82.44 KBbrei9000
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

brei9000’s picture

Status: Active » Postponed

I'm wondering if this isn't tied into the Google Chrome 403 Error - http://drupal.org/node/882938

After re-saving in Firefox, it worked OK. Setting as postponed for now.

Liaz’s picture

Priority: Normal » Critical
Status: Postponed » Active

Hello,
I have exactly the same bug.
I try the 6.x-3.x-dev, no differences.
Here is the screenshot : http://www.cijoint.fr/cj201012/cijuWsAA3V.png
"Please wait until all images have been processed..." stays forever.
the multiple upload doesn't work at all...

timurek’s picture

Same problem here, also using panes.

cbrompton’s picture

I have the exact same problem. I have tried FF Chrome and Safari (all on mac)
No Luck.
Flash Player actually crashes in Safari!
I am running Slideshow Pro Integration Module

I checked my Error Log and noticed this...

implode() [function.implode]: Invalid arguments passed in /public_html/sites/all/modules/image_fupload/image_fupload.module on line 201.

Maybe this can help...

fumarola’s picture

I have the same error...
I have tried with Chrome & IE 8 on Windows XP and Chrome & FF on Ubuntu.
Any fix?

webadpro’s picture

My upload works but the message stays there.

mherchel’s picture

same error. FF & Chrome.

upstreamstudios’s picture

Any of you all using vertical tabs? I was having this same issue and when I disabled it Image FUpload started working

mherchel’s picture

I do use vertical tabs. I actually disabled it during troubleshooting, and the problem stayed. So, that didn't fix it for me.

I ended up moving to the SWFUpload module (http://drupal.org/project/swfupload), which is working perfectly for me.

nikitas’s picture

FileSize
19.58 KB

same problem and here to ! Image F-Upload seems to work but then it goes away :( . . . I tried to upload from firefox and chrome but the same images but nothing came up . . . i'm stuck in the wait for the images to upload step and some array data notification values ( see the attchmnt for better understanding ) . Does anyone knows something about it ?

nikitas’s picture

hi.
i'm still having major problem with all the releases ( 3.dev 2.rc2 2.rc1 etc ) the error i'm getting
is

implode() [<a href='function.implode'>function.implode</a>]: Invalid arguments passed in /var/www/vhosts/kastrino-karnavali.gr/httpdocs/sites/all/modules/image_fupload/image_fupload.module on line 201.

basically this must be another 'issue' did anyone managed to solve this ?

alexx90’s picture

I have the same problem me too

RonP’s picture

sub

frenk’s picture

same here..

what I did recently:

installed cck blocks
installed taxonomy navigator

can't see why that should cause the problem

teflo’s picture

Same here!

pilu30000’s picture

Status: Active » Needs review

Solution:

in image_fupload.module , around line 260:

$errors = array();
foreach ($validators as $function => $args) {
array_unshift($args, $file);

$args[0] = &$file; // ADD THIS LINE HERE

$errors = array_merge($errors, call_user_func_array($function, $args));
}

Good luck :-)

munyiva’s picture

#8 worked for me :-) after quite a bit of cracking and googling thanks :-)

Anonymous’s picture

When I use a Drupal build in theme everything works fine here...