Hello,
After upgrading from SP 2010, we had many problems with the master pages and page layouts. So, we went to design manager and create a minimal master page and a minimal page layout. Now, we can't edit publishing pages but we can edit wiki pages.
Any solutions or directions to look?
After further investigation and javascript debugging, we conclude that :
a) the pages that are made from the upgraded 2013 have the :
<formmethod="post"action="testhomebyck.aspx"onsubmit="javascript:return WebForm_OnSubmit();"id="ctl37">
actually, if you make a brand new (web part) page, it has ctl37
b) The pages from a brand new test 2013 have:
<formmethod="post"action="Home.aspx"onsubmit="javascript:return WebForm_OnSubmit();"id="aspnetForm">
Thank you
Christos