I have a problem with this module. When install everything and set up all the permission the system seems to be working just fine. Nonetheless when I attempt file upload (Create content => File), I receive this error:

# The directory does not exist.
# Error saving file myfile.pdf. Please, contact site administrator

When I go to file browser I can see the tags from taxonomy like folders in a tree, I can expand them, but there are no files under them, the size everywhere is 0bytes and file count is 0 (in every row). If I attempt file upload, I receive the same error.

Comments

miglius’s picture

Status: Active » Postponed (maintainer needs more info)

Can you check the watchdog? It should give more informative error messages. Is 'bitcache' folder created in your drupal 'files' folder?

pepe_jd’s picture

This is the message in watchdog: The bitcache_put_file() function failed for the file myfile.pdf, uri= or it's derivative in application/pdf.

The "bitcache" folder exists in my drupal "files" folder. I can upload files using Content management › Bitstreams > Upload Bitstream and I can see the file upload in bitcache folder.

Thanks

miglius’s picture

is there a 'file' subfolder in the 'bitcache' folder? It should have been created by the fileframework installation? Is a 'file' repository created in the bitcache?

Did you have any error messages on FileFramework installation?

pepe_jd’s picture

Fixed.

There wasn't a repository named "file". I've created it and I can upload files without error.

Thank you very much

miglius’s picture

Status: Postponed (maintainer needs more info) » Fixed
miglius’s picture

Wander why it was not created at the first place. Do you remember noticing some errors on fileframework/bitcache installation?

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.