Closed (works as designed)
Project:
File Framework
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
17 Jul 2009 at 07:45 UTC
Updated:
17 Nov 2011 at 18:13 UTC
My site was working fine until I tried to disabled / enable all FF related modules to try to solve another issue.
Since that, I am no longer able to handle files by taxonomy.
- the file browser just reports No vocabularies configure
- All File settings do not list any vocabulary
admin/settings/file/attach
admin/settings/file/browser
admin/settings/file/cck
The DAV settings admin/settings/dav/fileserver list correctly all vocabularies and kept my previous selection
What can be wrong?
Thanks for help
I selected 3 vocabularies in DAV Settings / File Taxonomy server
Comments
Comment #1
jvieille commentedOK, I found the problem:
When I disabled the FF modules, Drupal lost the vocabulary settings for the "File" content type...
I had to select again the "File" type for each vocabulary used to handle file browsing.
Comment #3
jvieille commentedThis is actually an issue of FF I guess.
When disabling and enabling again FF, the "File" node type loses all its settings
- OG behavior
- associated vocabularies
- comments
- preview option
...
"File" appears as it was newly created. I think FF initialize the node type regardless it was already existing.
Comment #4
miglius commentedWhen you disable the FileFramework, then the 'file' node type is not available in the drupal. If you then change any taxonomy or og settings, it then re-saves it's per node type settings omitting the 'file' type and therefore the 'file' related taxonomy or og settings are lost when you enable the FileFramework back.
Comment #5
johanneshahn commented