Bruno Meilick

Results 69 comments of Bruno Meilick

version on packagist seems fine. `composer info bnomei/kirby3-autoid` > versions : * 2.2.1 sorry i can not replicate your error yet. have you removed the `composer.lock` file as well?

since i am on parental leave right now i sadly do not have the time to debug this on my own. please try asking this in the [forum](https://forum.getkirby.com/). my suspicion...

sorry for getting back to you so late. i added support for the *site object* just now... at least tested for structures... i still need to check about the files.

@christophknoth thanks for reporting the issue. if you can still replicate the issue could you dump the `$objectid` on error? https://github.com/bnomei/kirby3-autoid/blob/76372d3b8d6bab5f4c7188944f48e54f9eb33b51/classes/AutoIDDatabase.php#L244 ```php if (pathinfo($objectid, PATHINFO_EXTENSION)) { $pathinfo = pathinfo($objectid); $page...

short answer: no. but maybe i missunderstand the question. why do you need multiple, different ids for the same page?

this should be take care of already. https://github.com/bnomei/kirby3-autoid/blob/dfd33b2caa81f04967a246af636579c08b06913d/index.php#L157 - [x] for now i am fixing the params to `$duplicatePage, $originalPage`. - [x] and force index including drafts

hi dennis, please post the blueprints for the site.yml and the page where you use that structure. do you duplicate a structure item on the site object?

*ah using the structure duplicate option from the panel dropdown*. that was introducted jun 2020 in k3.4. somehow i missed that feature being added. https://github.com/getkirby/kirby/releases/tag/3.4.0 problem is i dont have...

autoid does not work with blocks. the new kirby 3.8 will add uuids for all of that so i have no plans to add that.

as far as i can tell from my last commits in feb 21 i switched to kirbys core lookup for drafts. i am not sure why i did not close...