Posted by workonwomen on October 6, 2009 at 12:32pm
7 followers
| Project: | imgupload |
| Version: | 6.x-1.9 |
| Component: | Code |
| Category: | bug report |
| Priority: | critical |
| Assigned: | Unassigned |
| Status: | active |
Issue Summary
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
Comments
#1
Any 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?
#2
i have the same problem, still couldn't figure it out.. it was also after the update to drupal 6.14
#3
Is 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
#4
i'm having the same problem here... "Please select a name for the new gallery." no errors in the java console
#5
Same problem here with new installation.
#6
I let it down. I use photos module.
#7
+1 Subscribing...
#8
Haven'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
#9
I 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).