First of all: great idea...
i've tested the module and it's only working with the root user, even if the permissions are set correctly
(tested on ubuntu and win7/xp)
First of all: great idea...
i've tested the module and it's only working with the root user, even if the permissions are set correctly
(tested on ubuntu and win7/xp)
Comments
Comment #1
dalkire commentedYou might want to look at the .install file. I had a hell of a time trying to figure out what value to put for the permissions mask for drupal_install_mkdir. I stumbled across 223 which results in 755 on the dragdrop_gallery folder that goes into the files directory on my server. See if the permissions are 755 and owned by the server (www-data in my case). Try changing this number and see if you get any different results.
Comment #2
dontpanic commentedOk, the folder was owned by www-data and the permissions where set to 755. Upload is working (the file is in the right folder), but in the MySQL-Table (dragdrop_table) are no records...
Comment #3
dhz commentedDoesn't work for me on Windows 7 with XAMPP ... The folder "dragdrop_gallery" isn't created. Whe I crate a new gallery, I get the zone with "Drop Image here", but when I drop an image, it isn't stored in the gallery.
Any help would be appreciated.
Comment #4
dalkire commentedI just uploaded a newer version that addresses some of these issues. There were incorrect access arguments for some of the menu callbacks.
Comment #5
dalkire commented