Mass import is working fine for me on my production site, but using the same revision of acidfree, it does not work correctly on my test site - all imported photos go into the root folder.

Problem appears to be that my new site is passing the parent node as a NID but the old site passes it as an object?

How is that controlled?

Comments

rhylos’s picture

This isn't in a panel is it?

lakyljuk’s picture

Hi.

I have exact the same problem. While mass importing I select parent album, select images, submit and they are imported into root album, not into album I selected.

mwheinz’s picture

lakyljuk,

Try this evening's "dev" release - it should have a fix for the problem.

Rhylos,

The bug was caused when we changed the acidfree_menu() definitions - apparently there was a wrapper function that used to get called that did a node_load() to get the taxonomy info - I added the call to node_load() to the acidfree_mass_import() function.

lakyljuk’s picture

Yes, you are right, dev version fixed it and now mass import works with no problem. Thanks for a quick fix!

mwheinz’s picture

Yes, you are right, dev version fixed it and now mass import works with no problem. Thanks for a quick fix!

Hah! You're welcome, but I should let you know that the reason it got fixed so fast was that I had just tried to mass-import several thousand photos into a test site, and I was really angry that they all went into the wrong place.

:-D

mwheinz’s picture

Assigned: Unassigned » mwheinz
Status: Active » Fixed

Fixed in Dev build as of 2011-01-31

Status: Fixed » Closed (fixed)

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