Closed (fixed)
Project:
Multiupload Filefield Widget
Version:
7.x-1.0
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
26 Apr 2012 at 10:45 UTC
Updated:
26 Jan 2013 at 18:10 UTC
Jump to comment: Most recent file
Comments
Comment #1
czigor commentedCan you reproduce this on a clean install? What are the steps to reproduce this?
Comment #2
divined commentedmultiupload_filefield_widget.module
Comment #3
dgastudio commentedsame problem. proposed solution in #2 works.
Comment #4
marcel.jtf commented#2 did not entirely work for me. I also had to change the array definition
Comment #5
daniela basualdo commentedi added a patch for this.
I used 22 because it used to be 22 in the function file_managed_file_process() of modules/file/file.module.
Comment #6
czigor commentedThat's my go at it.
Comment #7
Idefix commentedHi all,
I've installed the new drupal 7.14 with the latest version of multiupload and I received the same error. Sadly the fix is not working for me. I do not get the error anymore after I changed the *.module, but I can only upload one image at the time.
I have changed line 30 and 44 with the info given in the patches. If you need the php codes let me know.
Edit: Solution that worked for me (sorry it's an uggly one) is to replace the "/modules/filefile.module" from the 7.14 with the old "/modules/filefile.module" from 7.12. Apparently there are some changes within the new Drupal that Multiupload does not like.
Hopefully you guys can find a proper solution.
Comment #8
czigor commentedFor me it's working with D7.14 with both multiupload imagefield and filefield modules. The #size notice disappeared. Are you using the dev version? Does anyone else experience the problem in #7?
Comment #9
metalshreds commentedI just updated to 7.14 and the first thing I noticed was this error. I'm using module version 7.x-1.0 for the Multiupload filefield widget.
Comment #10
Idefix commentedIt was on a clean install of the latest Drupal 7.14. I installed it with the Dutch language and used the modules Colorbox 7.x-1.3, Views 7.x-3.3, Multiupload Filefield Widget 7.x-1.0 and Multiupload Imagefield Widget 7.x-1.0.
Difference with TS is that I use the recommended version instead of the dev and I can only upload one file a the time. Hopefully you can now reproduce this error. At the end of the week I can make another clean install to check if I can reproduce the error. Maybe only the Dutch people are screwed ;).
Comment #11
czigor commentedThe fix is only in the dev version. Please reopen, if that does not work.
Comment #12
Idefix commentedThank you! I reinstalled the widgets with the dev version and it works with Firefox and Chrome, but I cannot use the multiupload with Explorer. With Explorer (9.0.8112.16421) I can only select one item at the time, but anyway I'm using FF in general so it doesn't bother me.
Thanks for the nice widget and the help!
Comment #14
cweagansComment #15
smileeman2002 commentedHi I am new to add patches to Drupal. Where would I add this patch? I assume in the multiupload_filefield_widget.module file?
Comment #16
LiamOReilly commentedHi. When will this be patch (currently in dev) be merged into the main release? I would like to not have this bug present, but do not really want to install the development version.
Thanks
Liam
Comment #17
aarailfan commentedI'm in agreement with LiamOReilly, I'd like to see this fixed in the main release as I'd rather not run the dev version on my production sites.
Comment #18
chichio9000 commented#2 worked with me.
Thanks divined
Comment #19
wbartussek commentedWorked for me; however the purpose of the size param didn't become clear to me. #2 proposed 30 as its value, #5 thinks that 22 is better because it used to be 22, if I change it to 5 there is no observable difference in behavior. So, what is it for?
Comment #20
danny englanderI applied the patch in #6 against dev from 2012-Jul-05 and it worked to fix the issue. Thanks.
Comment #21
skamble commented#2 and #4 worked for me.
Comment #22
mittina commentedIssue still present in Drupal 7.15
and multiupload_filefield_widget-7.x-1.0.
Wamp 2.2. with PHP 5.3.1. and Apache 2.2.22
Solved using #2 and #4.
Comment #23
juves commentedAnother path in #1 in #1682126: Undefined index: #size
Comment #24
Andy Dorman commentedI am not sure what was intended for Multiupload Filefield Widget to do when $element['#size'] is missing/empty.
So I took the minimalist approach to take care of the error...if #size is "empty", go ahead and set it to NULL.
This works for us with Drupal 7.14.
Comment #25
czigor commentedSee #11
Comment #27
sardbaba commented#24 worked for me
Comment #28
rbaprado commentedThis issue seems to be back on the 7.16 core update. I already cleaned the caches and ran update.php, the error persists...
Comment #29
rbaprado commentedComment #30
rbaprado commentedComment #31
czigor commentedUse the dev.
Comment #32
goback136 commented#2 and #4 worked for my upgrade from drupal 7.12 to 7.19
changes @
/www/sites/all/modules/1115362/multiupload_filefield_widget.module