I've experienced a "no parent input" bug on my site. When I try to create an album, an error occurs: "An illegal choice has been detected. Please contact the site administrator" and there is no dropdown to select a parent album.
Here are my steps to reproduce:
Use clean installation of drupal 5.1.
Install Image and acidfree modules. Albums are creating ok.
Install Category module. Parent input disappears.

I believe there is something in _acidfree_parent_select() or acidfree_get_vocab_id() functions.
Thank you, and sorry for my english.

Comments

vhmauery’s picture

Status: Active » Closed (duplicate)

Sorry. Right now Acidfree does not play well with Category (or Category does not play well with Acidfree). Pick your favorite and delete the other.

Maybe later we can figure this out. Really, this is a duplicate of http://drupal.org/node/136420

ktnk’s picture

Title: Acidfree + Category -> no "parent" input » Acidfree + Category -> cannot select a parent album, acidfree no longer a category

Awww.. this is terrible.

I really need both acidfree and category!
I created a big album hierarchy, and uploaded tons of images. It was all working well. I had one category in my taxonomy module: Acidfree Albums.

I also created categories with category module to tag content, and all was working well. I had a whole bumch of categories and content with category behaviorthat was being added to selected containers.

I then enabled the taxonomy wrapper module in order to tag imported content...
And the acidfree category dissappeared!
The album is still viewable, but breadcrumbs don't work, and there is no more dropdown menu for albums.

I can still filter a view by acidfree album through a filter named taxonomy:term which looks lika a catcheall for any term that I created since installing the wrapper and it contains the albums with a prefix "acidfree albums"

But there is still no way to add to albums or to get this albums category to show up separately.

I think part of the problem may be taxonomy wrapper plots all the existing categories into taxonomy, but conversely, it doesn't plot existing taxonomies into categories.

Does this give you a clue as to how to fix this?

ktnk.