Closed (fixed)
Project:
File Framework
Version:
6.x-1.0-alpha4
Component:
User interface
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
26 Mar 2009 at 19:31 UTC
Updated:
9 Apr 2009 at 23:30 UTC
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
Comment #1
miglius commentedCan you check the watchdog? It should give more informative error messages. Is 'bitcache' folder created in your drupal 'files' folder?
Comment #2
pepe_jd commentedThis 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
Comment #3
miglius commentedis 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?
Comment #4
pepe_jd commentedFixed.
There wasn't a repository named "file". I've created it and I can upload files without error.
Thank you very much
Comment #5
miglius commentedComment #6
miglius commentedWander why it was not created at the first place. Do you remember noticing some errors on fileframework/bitcache installation?