ContentTypeService failed to find a content type with alias
"umbHomePage"
I try to set up a test environment for my Umbraco page.
The production site is version
7.1.8 assembly: 1.0.5394.16131,
the version installed in Visual Studio is
7.1.8 assembly: 1.0.5394.1613
I copied the database, the templates, media and style sheets. But then the root URL failed because it could not find the umbHomePage content type. Which is true - the table cmsContentType does not have the alias "umbHomePage". And the production page works fine without it.
My questions:
Where are content type aliases referred?
What other files should be copied from production to test?
Where are content type aliases used?
I try to set up a test environment for my Umbraco page. The production site is version 7.1.8 assembly: 1.0.5394.16131, the version installed in Visual Studio is 7.1.8 assembly: 1.0.5394.1613
I copied the database, the templates, media and style sheets. But then the root URL failed because it could not find the
umbHomePage
content type. Which is true - the tablecmsContentType
does not have the alias "umbHomePage". And the production page works fine without it.My questions:
Problem solved. My production site has URL Tracker installed.
Installing it on test too was the obvious solution.
(My question is still valid: Where did something ask for the
umbHomePage
content type?)And a little mystery: I had to install Url Tracker after I copy the database. When I installed it before the DB copy, the error was the same.
is working on a reply...