Open matt-the-bass opened 8 years ago
Any news?
Solved that problem by checking if getPage
is null
in here: https://github.com/AtlassianContribs/universal-wiki-converter/blob/92d98cd8403a52d690d9240500ab227cf7b0d95a/src/com/atlassian/uwc/hierarchies/ContentHierarchy.java#L354
if (nameCompare != 0 || n1.getPage() == null || n2.getPage() == null) return nameCompare;
I have a moinmoin wiki that I'm trying to port to confluence. Using the gui on Windows7 I'm able to successfully test my server connection. I think I'm able to do an export via the command line as well. However, during the conversion stage, I get this error:
Anyone have any ideas what to try next?