I imported a document type. The import was successful but the document type doesnt show up in Umbraco. However when i try to create a new document type with the same name/alias, it says there already exists a document type with this name. So the imported one must be out there somewhere.
How can I solve this issue? Republishing the entire site doesnt work.
Check the umbracoLog table around the time that you imported it to see if you have any errors. Did the docType have any custom data types, that may cause a problem as well, it may cause import errors.
imported document type not showing up
Hi,
I have the following problem:
I imported a document type. The import was successful but the document type doesnt show up in Umbraco. However when i try to create a new document type with the same name/alias, it says there already exists a document type with this name. So the imported one must be out there somewhere.
How can I solve this issue? Republishing the entire site doesnt work.
Thanks,
Chris
Check the umbracoLog table around the time that you imported it to see if you have any errors. Did the docType have any custom data types, that may cause a problem as well, it may cause import errors.
Thanks!
Yes, it seems to be a custom data type causing the problem.
is working on a reply...