I can see Which node type is associated with the document manager: and a list of my content types, but the Which vocabulary is used for the folder hierarchy: section is completely empty. Also, I'm getting the following warning (twice, actually).

warning: Missing argument 2 for variable_get() in C:\www\webroot\dl\includes\bootstrap.inc on line 369.

Comments

Tistur’s picture

Title: Configuration Warning » Fixed
Status: Postponed (maintainer needs more info) » Needs review

I replaced line 61 :

$type = variable_get('docs_nodetype');

with

$type = variable_get('docs_nodetype', 'file');

Works great now.

dikini’s picture

Status: Needs review » Fixed

fixed a couple of more tidbits in the Admin UI. Commited to cvs.

Anonymous’s picture

Status: Fixed » Closed (fixed)