I am building a website in two languages and
created a second master page, based on the starter kit master page. After I
completed inserting the new pages to the site and upload it to the server I
noticed that I can't access any of my pages that were under the second master
page, but I can see them in the site.
I checked and the new template I built for the
new language are there and everything else I did seem to be right where it
should be. Did someone here had this issue before?
I am using umbraco version 4.11.1 for my site, as for the console log, do you mean the browser developer tool console ? I will take a look at the umbracoLog table to see if I can make some sense of this issue, thank you for remiding me that this table exists.
I got this from my DB can you tell me please what it means?
At /en.aspx (Referred by: http://www.aradr.co.il/umbraco/editContent.aspx?id=1509): System.Web.HttpParseException (0x80004005): Only Content controls are allowed directly in a content page that contains Content controls. ---> System.Web.HttpException (0x80004005): Only Content controls are allowed directly in a content page that contains Content controls. at System.Web.UI.FileLevelPageControlBuilder.AppendLiteralString(String text) at System.Web.UI.TemplateParser.ProcessLiteral() at System.Web.UI.TemplateParser.ProcessException(Exception ex) at System.Web.UI.TemplateParser.ProcessLiteral() at System.Web.UI.TemplateParser.ParseStringInternal(String text, Encoding fileEncoding) at System.Web.UI.TemplateParser.ParseString(String text, VirtualPath virtualPath, Encoding fileEncoding)
How did you create the masterpage? Did you just copy it's contents in to the new one? What does your masterpage structure look like? Did you change the alias of the new masterpage or just the name?
Something is messed up and unfortunately I'm not sure how to fix it - it can probably be fixed by running some kind of SQL query but that it really not my expertise area.
Is this a site you're developing on or are you just playing around with Umbraco? If you're just playing with Umbraco then I suggest you start fresh :)
Sorry for the late response, as for the master pages building process, I built the template first and then I created the doc type to mach that template. I gave the template a different alias and name to Distinguish it from the other master pages.
pages from master page dissapeared
I am building a website in two languages and created a second master page, based on the starter kit master page. After I completed inserting the new pages to the site and upload it to the server I noticed that I can't access any of my pages that were under the second master page, but I can see them in the site.
I checked and the new template I built for the new language are there and everything else I did seem to be right where it should be. Did someone here had this issue before?
Hi Moran
What version of Umbraco are you using?
When you created the masterpage did it then contain some special characters in the alias somehow?
Does the console log of the browser give you some usefull info when you're trying to see the template in the Umbraco backoffice?
Have you had a look at the umbracoLog table in the database to see if it contains any usefull information?
/Jan
Hi Jan
I am using umbraco version 4.11.1 for my site, as for the console log, do you mean the browser developer tool console ?
I will take a look at the umbracoLog table to see if I can make some sense of this issue, thank you for remiding me that this table exists.
Hi Jan
I got this from my DB can you tell me please what it means?
At /en.aspx (Referred by: http://www.aradr.co.il/umbraco/editContent.aspx?id=1509): System.Web.HttpParseException (0x80004005): Only Content controls are allowed directly in a content page that contains Content controls. ---> System.Web.HttpException (0x80004005): Only Content controls are allowed directly in a content page that contains Content controls. at System.Web.UI.FileLevelPageControlBuilder.AppendLiteralString(String text) at System.Web.UI.TemplateParser.ProcessLiteral() at System.Web.UI.TemplateParser.ProcessException(Exception ex) at System.Web.UI.TemplateParser.ProcessLiteral() at System.Web.UI.TemplateParser.ParseStringInternal(String text, Encoding fileEncoding) at System.Web.UI.TemplateParser.ParseString(String text, VirtualPath virtualPath, Encoding fileEncoding)
Hi Moran
How did you create the masterpage? Did you just copy it's contents in to the new one? What does your masterpage structure look like? Did you change the alias of the new masterpage or just the name?
Something is messed up and unfortunately I'm not sure how to fix it - it can probably be fixed by running some kind of SQL query but that it really not my expertise area.
Is this a site you're developing on or are you just playing around with Umbraco? If you're just playing with Umbraco then I suggest you start fresh :)
/Jan
Hi jan
Sorry for the late response,
as for the master pages building process, I built the template first and then I created the doc type to mach that template. I gave the template a different alias and name to Distinguish it from the other master pages.
that is the right way right or I missed a step?
is working on a reply...