Having upgraded from 7.1.4 to 7.1.8 we now get this message when trying to create a page. I have checked and the UI.xml file is there and not corrupted but it contains no mention of "content" but neither do older versions of it:
Perhaps you could try to compare your UI.xml file, with a UI.xml file from a fresh Umbraco 7.1.8 to see if there are differences and if there are missing something.
I was thinking it must be a 3rd party package. Contour always breaks when upgrading Umbraco however this error is when trying to create a content page not a form.
Contour is not installed on this site.
Re syncing the files - this is the UI file from the 7.1.8 download.
Lesson learned! I guees I was thrown by my editors insistence that they had created pages in 7.1.4 when they clearly hadn't created a page since the major version upgrade.
Can't create a page in Umbraco 7.1.8
Having upgraded from 7.1.4 to 7.1.8 we now get this message when trying to create a page. I have checked and the UI.xml file is there and not corrupted but it contains no mention of "content" but neither do older versions of it:
Hi Dan,
Perhaps you could try to compare your UI.xml file, with a UI.xml file from a fresh Umbraco 7.1.8 to see if there are differences and if there are missing something.
Hope this helps,
/Dennis
Hi Dan
Do you by any chance have a 3rd party package installed, which could be using the UI.xml? Like Contour does etc.?
/Jan
I was thinking it must be a 3rd party package. Contour always breaks when upgrading Umbraco however this error is when trying to create a content page not a form.
Contour is not installed on this site.
Re syncing the files - this is the UI file from the 7.1.8 download.
Hi Dan
Ok, what steps did you take in order to do the upgrade?
/Jan
Well it was from 7.1.4 to 7.1.8 so just copied over /bin /umbraco and /umbraco_client
Hi Dan
Yeah thought so...that's really odd.
Does the /app_data/logs file reveal anything?
/Jan
No that I can see. I can send it to you?
Hi Dan
No need, if there are no entries marked with "ERROR" there is no further information that the YSOD from above.
And have you used winmerge or similar to see what the 7.1.4 ui.xml looks like compared to the 7.1.8? (Sorry if I missed it from the posts above).
/Jan
The files are identical.
I performed the upgrade in order to try and fix this issue which it didn't fix.
http://our.umbraco.org/forum/ourumb-dev-forum/bugs/57966-Content-and-media-trees-visible-to-users-who-shouldnt-see-them
Not sure if they are related?
Solved the issue. /config/trees.config needed updating from an older version:
<!--Content-->
<add initialize="true" sortOrder="0" alias="content" application="content" title="Content" iconClosed="icon-folder" iconOpen="icon-folder" type="Umbraco.Web.Trees.ContentTreeController, umbraco" />
<add initialize="false" sortOrder="0" alias="contentRecycleBin" application="content" title="Recycle Bin" iconClosed="icon-folder" iconOpen="icon-folder" type="umbraco.cms.presentation.Trees.ContentRecycleBin, umbraco" />
Hi Dan
Aaah yes, never forget to merge the files in the /config/ folder - Happy you managed to get it solved and thanks for sharing :)
/Jan
Lesson learned! I guees I was thrown by my editors insistence that they had created pages in 7.1.4 when they clearly hadn't created a page since the major version upgrade.
Thanks for all your help.
Dan
is working on a reply...