Using the File Browser, I am unable to upload any files. When I click Upload, choose my file and then click Upload Files, the system pops up a modal box labeled "Failure" with an OK button but no message. I can upload the same file to the same directory through IMCE without issue, so I know there isn't a permissions problem. Just so I'm clear, I'm just trying to upload a small zip file to the sites/default/files directory. Nothing special.

Comments

r_honey’s picture

Assigned: Unassigned » r_honey
Status: Active » Fixed

Fixed (commit link)...

You can either update dev version in some hours, or overwrite latest copies of fb.js and get-files.php from git in your local installation.

jaymallison’s picture

Thanks, I will test and report back.

Daniel Wentsch’s picture

I'm experiencing the same problem although I'm on the latest dev.

Edit: maybe it's of interest that I'm using ExtJS 3.4.0 as I couldn't find 3.1.0 anymore around.

r_honey’s picture

It Daniel, I fixed the bug with Ext 3.4 itself :)
Anyways, can you please try again by re-downloading the latest dev. I am very sure I fixed it, but if it exists, I will have a re-look over the coming weekend.

Daniel Wentsch’s picture

It seems it's a different bug then, I made 100% sure I'm using the latest version:
I checked my files on the server and the changed files of your aforementioned commit are definately correct. Checking the diff between my own git commits also shows me the changes in fb.js and get-files.php correctly.

Could it be a problem that I'm using a private file system folder (that is /var/www/mydrupalsite/sites/default/private/extranet/) as my file manager home directory?
Update: It's also not a problem with the private file system. The same problem occurs when using the public file system as the file manager home (that ist /var/www/mydrupalsite/sites/default/files).

Update 2: Just found out that creating new files with file manager works, so it can't be a problem with file system permissions neither.

bostont66’s picture

Version: 7.x-2.3 » 7.x-2.x-dev
Status: Fixed » Active

I'm having the exact same problem. I can create new folders and files, but am unable to upload any files at all. I have updated to the latest dev version, but no joy.
Any help would be greatly appreciated.

jaymallison’s picture

I tested this dev code on my end and it is still broken. Just returns the blank "failure" message.

rabihs’s picture

Any updates to this issue?
I'm having the same problem

jaymallison’s picture

I just wanted to take a moment to update this issue.

I figured out a way to fix this.

The only version of EXTJs 3.x that can be downloaded now is 3.4.x, this module doesn't work right with 3.4.x. You need to get version 3.1.x

I did a bit of googling and was able to find a mirror that had 3.1.x on it. Uploaded that to my site, changed the version from 3.4 to 3.1 under the Take Control admin screen and now uploading works great!

Not sure if the maintainer wants to use this info to fix the module or if it should be marked by design. But the unavailability of version 3.1 should be a motivator for updating the module's compatibility. I will leave that up to r_honey to decide.

candelas’s picture

Priority: Normal » Major

hello

having the same problem.
i tried with EXTJs 3.10 and 3.1.4 with dev and 7.x-2.3
i downloaded the 3.10 version from here http://ftp.tw.freebsd.org/pub/FreeBSD/FreeBSD/ports/i386/packages-7.3-re... and take the folder extjs-3.1.0/www/extjs to sites/all/libraries/extjs/3.1.0
int the admin/config/content/take_control i assign the library, but not luck.
as the others, i can delete files and folders but i cant change permissions or upload any file (jpg, png, zip).

maybe it is the version that i downloaded for the extjs 3.10. can anybody give here a link, please?

candelas’s picture

i found that in Ubuntu 12.04 it doesnt work in firefox 17.0.1, but it works in chrome 20.0.1132.47
when changing permissions, it gives an error as if the permission it is not set. but if you reload the folder (with the icon on the module), the permission is changed.

i hope it helps the people that want to use it.
also to the developer to narrow the problem :)
thanks for the module.
it is very needed in drupal and i didnt find anything similar.

edit: i used the versions: EXTJs 3.4.0 or 3.1.0 (both work and have the same error with the permission but it works) with dev of the module

raul_drupal_dev’s picture

Issue summary: View changes

Hey guys! someone make it works??? I tried with EXTJs 3.4.0 and 3.1.0 and no one work!

any info?