Closed (fixed)
Project:
Acidfree Albums
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
31 Jan 2011 at 20:18 UTC
Updated:
15 Feb 2011 at 12:50 UTC
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
Comment #1
rhylos commentedThis isn't in a panel is it?
Comment #2
lakyljuk commentedHi.
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.
Comment #3
mwheinz commentedlakyljuk,
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.
Comment #4
lakyljuk commentedYes, you are right, dev version fixed it and now mass import works with no problem. Thanks for a quick fix!
Comment #5
mwheinz commentedYes, 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
Comment #6
mwheinz commentedFixed in Dev build as of 2011-01-31