I am looking into creating a multilingual website using umbraco v7 ,and used one website per language approach.
My Scenario is,
Author(Administrator) sends a website for translation to the translator,and the translator can download the XML files of that particular website for translation into the specified language.After translation translator update the same and upload it into umbraco.
My issue is,
After translator uploaded the XML file in umbraco,there is a "preview" option for the page, and it retrieves the following error:
"The current user doesn't have access to the section/app 'content' "
Stack Trace:
[UserAuthorizationException: The current user doesn't have access to the section/app 'content']
umbraco.BasePages.UmbracoEnsuredPage.OnInit(EventArgs e) +330
System.Web.UI.Control.InitRecursive(Control namingContainer) +139
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +408
Error while preview the translated xml file
I am looking into creating a multilingual website using umbraco v7 ,and used one website per language approach.
My Scenario is, Author(Administrator) sends a website for translation to the translator,and the translator can download the XML files of that particular website for translation into the specified language.After translation translator update the same and upload it into umbraco.
My issue is, After translator uploaded the XML file in umbraco,there is a "preview" option for the page, and it retrieves the following error:
"The current user doesn't have access to the section/app 'content' "
Stack Trace:
[UserAuthorizationException: The current user doesn't have access to the section/app 'content'] umbraco.BasePages.UmbracoEnsuredPage.OnInit(EventArgs e) +330 System.Web.UI.Control.InitRecursive(Control namingContainer) +139 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +408
is working on a reply...