-
Hi there, I have a multisite setup with multiple locales and try to create about 300 pages by code. Everything works fine, except building the tree. I cannot set the parent for pages. Has anybody a working code example? The error I always get is:
But the mentioned ID exists in my collection in the desired locale?! I already tried these examples: Thanks in advance! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
I've got it working. I have no idea, what went wrong. I deleted my complete code and used this code again: At the end, there is an |
Beta Was this translation helpful? Give feedback.
I've got it working. I have no idea, what went wrong. I deleted my complete code and used this code again:
statamic/ideas#739
At the end, there is an
$entry->save();
missing, but the rest is working.