Well, I know I shouldn't be doing highly tecnical things when I am half asleep, but last night I did, and now I am in trouble.

I accidently moved an album into its sub album. So instead of being acidfree -> member pics -> admin, it is now acidfree -> admin -> member pics, but the admin directory is still trying to load from acidfree -> member pics.

I am thinking the data all has to be in the database, but I can't find the table which stores the parent album info. Any help would be appreciated.

Comments

vhmauery’s picture

Status: Active » Closed (fixed)

This is slightly confusing because the answer is mixed between several tables.

The album id is just a taxonomy term id. You technically can mess around with the stuff using the taxonomy admin interface. This might actually allow you to fix the problem.

Part of what you are seeing is because each album is a node that is linked to a term via the acidfree_album table. So when viewing an album in an album, it is looking things up by terms.

Basically, most of the stuff can be fixed up by changing the terms that the album node is tagged with and the term hierarchy of the vocabulary.