I am creating an import routine for a client of mine who has umbraco 4.5.2.
However: when I import a recursive set of pages, it only publishes the childpages, it doesnt publish the parent pages. I'm using CMSimport 2.1.1. and saw that there had been a bugfix "Fixed Autopublish on recursive imported documents". Still, I'm experiencing this problem.
Ah never mind, I think I found the correct error. It couldnt publish the toplevel documents because the document url was not available. (another product with the same path)
Yes it is. I tried adding an extra child element below the root, but still the toplevel elements don't get published. And there is no error in the logtable. There simply are too few 'publish' entries in the logtable. (the publish entries only start at the first subnode)
Autopublish on recursive import
Hi,
I am creating an import routine for a client of mine who has umbraco 4.5.2.
However: when I import a recursive set of pages, it only publishes the childpages, it doesnt publish the parent pages. I'm using CMSimport 2.1.1. and saw that there had been a bugfix "Fixed Autopublish on recursive imported documents". Still, I'm experiencing this problem.
Any ideas?
Martin
Hi Martin,
Can you have a look at the logfile please. There should be errors prefixed with cmsimport that gives more info.
Thanks,
Richard
Hi Richard,
I don't see cmsimport prefixed anywhere, but there seem to be an awful lot of lucene errors:
hundreds of them.
Martin
Ah never mind, I think I found the correct error. It couldnt publish the toplevel documents because the document url was not available. (another product with the same path)
Oh Sorry, forgot to reply, but great you found out.
Hi Richard,
****, the solution didnt appear to really be a solution at all. Could you look with me for one moment?
This is my XML structure:
(of course with Root element)
And this is my CMSimport scheme:
Why do the toplevel Categories (sloten/ fietsen gebruikt) not publish?
Hi Martin,
Is ImportCatalog published and does it have a link?
Thanks,
Richard
Hi Richard,
Yes it is.
I tried adding an extra child element below the root, but still the toplevel elements don't get published.
And there is no error in the logtable. There simply are too few 'publish' entries in the logtable. (the publish entries only start at the first subnode)
Martin
Hi Martin,
Very weird, I'll load this file up in my environment and come back to you.
Best,
Richard
Thanks a lot!
Hi Martin,
Thanks for that. I can confirm this is a bug (only applies on structured imports). Hotfix on its way. I'll keep you posted.
Thanks,
Richard
Hi Martin,
I've created a hotfix download it and put the binaries in your bin folder then all should publish again.
Please let me know if it worked for you or not.
Thanks,
Richard
Thanks a lot, this worked
is working on a reply...