Active
Project:
imgupload
Version:
6.x-1.9
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
6 Oct 2009 at 12:32 UTC
Updated:
22 Mar 2010 at 15:02 UTC
Jump to comment: Most recent file
When it asks if existing or new Gallery, then the new Gallery does not ask for the name!
The bug appeared after upgrade to new image module+drupal 6.14
| Comment | File | Size | Author |
|---|---|---|---|
| #8 | imgupload.module.newgallery.01.diff | 646 bytes | bhagman |
Comments
Comment #1
workonwomen commentedAny update?
If I click on New Gallery button it comes back with the warning:
"Please select a name for the new gallery."
But there is no form for that...
Tried to debug, but failed, any help?
Comment #2
kristofseyen commentedi have the same problem, still couldn't figure it out.. it was also after the update to drupal 6.14
Comment #3
sahuni commentedIs this module still maintained?
I'd like to use it, but I have the problem mentionned up and also the upload does not work.
If it's no more maintained, tell please, so I look for another module
Comment #4
kristofseyen commentedi'm having the same problem here... "Please select a name for the new gallery." no errors in the java console
Comment #5
briandmiller commentedSame problem here with new installation.
Comment #6
sahuni commentedI let it down. I use photos module.
Comment #7
rbrownell+1 Subscribing...
Comment #8
bhagman commentedHaven't checked it over 100%, but this check in the validate hook looked completely unnecessary to me:
if ($choice == IMGUPLOAD_CREATE_NEW_GALLERY) {Attached a diff to remove the check and the subsequent bail-out (error).
Definitely needs to be checked.
b
Comment #9
Vincent Groen commentedI had exactly the same problem.
I confirm that the diff in #8 works (I manually added "//" in all lines described (in imgupload.module file)).
In this new setting, I tried to create a new image gallery and it worked. Then I uploaded some pictures in this new gallery, and this worked too.
So, I don't know if this line of code is really necessary, but without it, it seems to work fine! So (most probably) the code can do without this check (and error).