Missing Contents from Content and Image apps after upgrading to 7.7.0
I upgraded from v7.5.9 to 7.7.0. I logged into the backend with the admin account to complete the upgrade which added several new tables and dropped the umbracoUserType table.
But when I log in, and click the content tree, I don't see anything. Same for media. I read this article which says to insert a new row into the new EMPTY table called UmbracoUserStartNode, but the article does not say what to put in for the column startNode Type.
Can anyone help out.
Also, what do I need to do to see the contents of then media app?
I needed to update table umbracoUserGroup table with -1 for startcontentId and startMediaId.
When I did this, I am now able to see the contents within content and media apps.
Why this is missing from the upgrade I have no idea but I'm good now.
Question: My last hurdle is to revise the code to use Active Directory. As the default is "UmbracoDefaultOwinStartup" which uses the umbracouser database table to authenticate.
Missing Contents from Content and Image apps after upgrading to 7.7.0
I upgraded from v7.5.9 to 7.7.0. I logged into the backend with the admin account to complete the upgrade which added several new tables and dropped the umbracoUserType table.
But when I log in, and click the content tree, I don't see anything. Same for media. I read this article which says to insert a new row into the new EMPTY table called UmbracoUserStartNode, but the article does not say what to put in for the column startNode Type.
Can anyone help out.
Also, what do I need to do to see the contents of then media app?
Thanks
Tom
Hi Tom,
Are you getting any console errors in the browser? and are you seeing any of the Umbraco back office?
Cheers,
Nik
Nick:
Thanks for replying.
I figured it out.
I needed to update table umbracoUserGroup table with -1 for startcontentId and startMediaId. When I did this, I am now able to see the contents within content and media apps.
Why this is missing from the upgrade I have no idea but I'm good now.
Question: My last hurdle is to revise the code to use Active Directory. As the default is "UmbracoDefaultOwinStartup" which uses the umbracouser database table to authenticate.
Tom
is working on a reply...