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

jvieille’s picture

Status: Active » Fixed

OK, 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.

Status: Fixed » Closed (fixed)

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

jvieille’s picture

Title: File Browser reports "No vocabularies configured" » Disabling FF unset all settings of "File" node type
Version: 6.x-1.0-alpha5 » 6.x-1.x-dev
Component: Documentation » Code
Category: support » bug
Status: Closed (fixed) » Active

This 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.

miglius’s picture

When 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.

johanneshahn’s picture

Status: Active » Closed (works as designed)