Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Dan Evans 631 posts 1018 karma points
    Nov 11, 2014 @ 11:47
    Dan Evans
    0

    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:

  • Dennis Aaen 4500 posts 18255 karma points admin hq c-trib
    Nov 11, 2014 @ 11:55
    Dennis Aaen
    0

    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

  • Jan Skovgaard 11280 posts 23678 karma points MVP 11x admin c-trib
    Nov 11, 2014 @ 11:56
    Jan Skovgaard
    0

    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

  • Dan Evans 631 posts 1018 karma points
    Nov 11, 2014 @ 12:05
    Dan Evans
    0

    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.

  • Jan Skovgaard 11280 posts 23678 karma points MVP 11x admin c-trib
    Nov 11, 2014 @ 12:34
    Jan Skovgaard
    0

    Hi Dan

    Ok, what steps did you take in order to do the upgrade?

    /Jan

  • Dan Evans 631 posts 1018 karma points
    Nov 11, 2014 @ 12:38
    Dan Evans
    0

    Well it was from 7.1.4 to 7.1.8 so just copied over /bin /umbraco and /umbraco_client

  • Jan Skovgaard 11280 posts 23678 karma points MVP 11x admin c-trib
    Nov 11, 2014 @ 12:41
    Jan Skovgaard
    0

    Hi Dan

    Yeah thought so...that's really odd.

    Does the /app_data/logs file reveal anything?

    /Jan

  • Dan Evans 631 posts 1018 karma points
    Nov 11, 2014 @ 12:59
    Dan Evans
    0

    No that I can see. I can send it to you?

  • Jan Skovgaard 11280 posts 23678 karma points MVP 11x admin c-trib
    Nov 11, 2014 @ 13:37
    Jan Skovgaard
    0

    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

  • Dan Evans 631 posts 1018 karma points
    Nov 11, 2014 @ 13:45
    Dan Evans
    0

    The files are identical. 

  • Dan Evans 631 posts 1018 karma points
    Nov 11, 2014 @ 13:50
    Dan Evans
    0

    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?

  • Dan Evans 631 posts 1018 karma points
    Nov 12, 2014 @ 13:36
    Dan Evans
    102

    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" />

  • Jan Skovgaard 11280 posts 23678 karma points MVP 11x admin c-trib
    Nov 12, 2014 @ 14:00
    Jan Skovgaard
    0

    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

  • Dan Evans 631 posts 1018 karma points
    Nov 12, 2014 @ 14:04
    Dan Evans
    0

    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

Please Sign in or register to post replies

Write your reply to:

Draft