![]() |
|
issue with parentid in album table ? - Printable Version +- ZenphotoCMS Forum (https://forum.zenphoto.org) +-- Forum: Support (https://forum.zenphoto.org/forum-1.html) +--- Forum: General support (https://forum.zenphoto.org/forum-4.html) +--- Thread: issue with parentid in album table ? (/thread-6525.html) |
issue with parentid in album table ? - breglis - 2010-01-30 hi, can someone quickly explain the nature of the parentid in the album table ? Please see my dump below. If that is correct than the upgrade from RC to 1.2.8 must have done that I haven't touched this table manually. Should I correct this ? What is going on here ? Shouldnt 'Boquete' have parentid = 155 ??? id --- parentid --- folder --- name issue with parentid in album table ? - sbillard - 2010-01-30 There is a bug in setup caused by having a dynamic album containing albums. Setup is checking for valid parent ids (the database ID of the parent album) and correcting them when it finds an error. Unfortunately it should not be checking dynamic album s ubalbums for parent ids since they really do not "own" any albums. This is corrected in the nightly builds. But for now, if you re-run setup it should re-fix the parent id. issue with parentid in album table ? - breglis - 2010-01-30 as usual, great help. Thanks ! issue with parentid in album table ? - sbillard - 2010-01-30 The arbitrator is the file system. However, the database is used in things like move/copy and associating albums to tags, etc. issue with parentid in album table ? - breglis - 2010-01-30 hmmm I just have rerun the setup and the parentid got twisted again. issue with parentid in album table ? - breglis - 2010-01-30 I did upgrade to nighty build and its all happy now seemingly did get abandoned, but that is fine with me Cheers P.S. : also the distorted landscape thumbs from portrait images are gone and the law of the thirds looks loads better ! issue with parentid in album table ? - sbillard - 2010-01-30 We re-did tha image/album sorting so it would work with jQuery 1.4, etc. The old class-sortables was the problem with the incompatiblilties so it went away, along with the printSortableAlbumLink() function. That seemed only to be used in the admin toolbox function and seemed really overkill since all the link really is was a link to admin-albumsort. |