Support community for TTG plugins and products.
NOTICE
The Turning Gate's Community has moved to a new home, at https://discourse.theturninggate.net.
This forum is now closed, and exists here as a read-only archive.
You are not logged in.
Pages: 1
Hi, We have just started using Backlight 2 and have been publishing images but keep getting pop up messages " an internal error has occurred" recordPublishedPhotoUrl: must be called after recordPublishedPhotoId"
Any ideas what this is ?
Also how do we keep the order of the published images on the site in the same order as they are in the lightroom publisher page ?
Thanks
Offline
This has come up before. It's usually the result of duplicate image file names. Check your publisher collections to make sure you don't have any duplicate names. For example: your-image-002.psd and your-image-002.tiff.
For the order, in each album there's a setting for photo order at the bottom of the Base Settings tab. Take a look at that. And you can reorder manually using the Managed by Lightroom option. If you do reorder images, you need to republish. But you can make that go faster by going to Lightroom Publisher settings and check the "Push metadata without updating existing pictures" check box.
Rod
Just a user with way too much time on his hands.
www.rodbarbee.com
ttg-tips.com, Backlight 2/3 test site
Offline
Okay thanks, I'll check
Offline
I'm looking into this. The backend creates in ID for each photo, but sees the duplicate as the same photo and returns the same ID as used for the earlier image. The error arises when LR tries to register that ID for a photo, when that ID has already been assigned to the earlier photo.
The fix will be to detect that the second photo is a different photo and produce a different ID in the backend, and set a distinct filename so that the second image doesn't overwrite the first.
Offline
Pages: 1